I have a postgresql 10 database server which was built on a temporary host while awaiting new hardware. Now that we have the new hardware in place, I need to move the database server to the new host. Where can I find the steps for doing that?
Asked
Active
Viewed 54 times
0
-
Similar question https://stackoverflow.com/questions/1237725/copying-postgresql-database-to-another-server – Ivan Mogila Feb 15 '18 at 18:24
-
Possible duplicate of [Copying PostgreSQL database to another server](https://stackoverflow.com/questions/1237725/copying-postgresql-database-to-another-server) – JGH Feb 15 '18 at 19:45
-
I don't want to copy the database, I need to copy the entire server, including it's name, space and all configs. I saw plenty of notes on copying a database, but it's the server, not only the database I need to copy. – usao Feb 15 '18 at 20:27