Hello, what is the current version of PostgreSQL Render is using? I’ve checked the docs, but couldn’t find anything.
I back up the my database using pg_dump, but was not able to use pg_restore to restore the data to another database in my local laptop. My PostgreSQL version is 13.2
Render Postgres version is 11.11.
You can check this with a psql
command to your Render DB, mine shows:
psql (13.1, server 11.11)
SSL connection (protocol: TLSv1.3, cipher: TLS_AES_256_GCM_SHA384, bits: 256, compression: off)
Type "help" for help.
Are you getting any specific errors when you perform the restore?
3 Likes