Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
1 vote
1 answer
91 views

I created a custom SQL function inside the pg_catalog schema in PostgreSQL. However, when I run pg_dump or perform a pg_upgrade, the function doesn't get included in the dump or upgraded cluster. Here’...
0 votes
0 answers
159 views

We have a very large Postgres database on version 12.3 with timescaledb version 2.5.1. Size of db ~30 TB **# of entries in _timescaledb_internal = ~1.7 million. (chunks for historical data). **# of ...
0 votes
1 answer
632 views

I was going to update my postgresql from 10 to 12, using homebrew. What I did: brew uninstall postgresql@10 brew install postgresql@12 I got the server running after this with brew services (but ...
Max's user avatar
  • 105
0 votes
1 answer
585 views

A while back, I ran a PostgreSQL pg_upgrade on a PG11 database, to PG12, which has a tablespace located at /ssd in it. I used the --link option in my command to create hard links, as to not double up ...
0 votes
1 answer
679 views

When using pg_dump with the clean option, it generates SQL statements tailored to drop objects when restoring with pg_restore (pg_dump custom format file contains 'DROP DATABASE'). If pg_dump ...
0 votes
0 answers
311 views

Getting a segfault upgrading Postgres, is it memory related and how to workaround? Ubuntu Jammy Postgres 10.x and 14.10 both installed. Trying to upgrade a geospatial database from pg10 with postgis ...
0 votes
1 answer
4k views

I'm encountering an error "fe_sendauth: no password supplied" while attempting to run pg_upgrade to migrate from PostgreSQL 11 to 14. I've set up a .pgpass file with the password and ...
user avatar
2 votes
1 answer
1k views

I'm encountering difficulties while trying to upgrade my Amazon Aurora PostgreSQL database from version 13 to version 15 using the pg_upgrade utility. The upgrade process is failing with an error, and ...
0 votes
0 answers
2k views

I have a server in which I wiped and booted with rhel9. I then used this resource to install psql 15 a couple months ago - https://www.tecmint.com/install-postgresql-and-pgadmin-rhel-9/ I am now ...
0 votes
1 answer
1k views

I have a Postgres database running on version 11. I want to upgrade to Postgres 14. This database also have logical replication set up using pglogical extension. when I run a compatibility check on ...
1 vote
0 answers
3k views

I'm trying to upgrade from postgre 14 to 15 following the Arch Linux wiki (https://wiki.archlinux.org/title/PostgreSQL#Upgrading_PostgreSQL). When I try to run pg_upgrade -b /opt/pgsql-14/bin -B /usr/...
0 votes
0 answers
2k views

I want to try my first upgrade from postgres 15.1 to 15.2 no instance is started,I run init on new dir: d:\_dev_\postgres\pgsql\bin\initdb.exe -D d:\_dev_\postgres\pgsql\data -U postgres -W -E ...
mrapi's user avatar
  • 6,081
0 votes
1 answer
552 views

I'm following this doc https://www.postgresql.org/docs/current/pgupgrade.html to upgrade my cluster postgres an its replica, but when I run the rsync command, it duplicate the data folder, consuming ...
0 votes
1 answer
351 views

I used this command to upgrade the postgresql database from v9.6 to v12: /opt/rh/rh-postgresql12/root/usr/bin/pg_upgrade -b /opt/rh/rh-postgresql96/root/usr/bin/ -B /opt/rh/rh-postgresql12/root/usr/...
0 votes
1 answer
1k views

I am trying to run a pg_upgrade on my existing 12.8 postgres and migrate it to 14.3 with docker based installation. I got the below error : Performing Upgrade ------------------ Analyzing all rows in ...

15 30 50 per page
1
2 3 4

AltStyle によって変換されたページ (->オリジナル) /