- moving local pg data to neon
- get the data into dump.sql
sudo -u postgres pg_dump -d applify -F p -f tmp/dump.sql
- copy the file to current user file, run
sudo mv /tmp/dump.sql ./dump.sql
- update tables at neon, run
psql "neon_connection_string" < ./dump.sql
-
Notifications
You must be signed in to change notification settings - Fork 1
vikas-viki/formforge
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published