vinhqua
HOBBYOP
a year ago
I just synced change from production evn to development, however, the postgres database shows no table, I disconnected the new volume and synced the old volume with the path "/var/lib/postgresql/data', it also shows no table. Where did I go wrong?
6 Replies
dev
MODERATOR
a year ago
I don't think volumes are synchronized between environments
billydotws
FREE
a year ago
Volumes don't work like that, so no
billydotws
FREE
a year ago
they store generated data, unless you do a manual copy/paste by attaching an ftp server - it wouldn't transfer automatically
billydotws
FREE
a year ago
you need to make some migrations, or use your app (however it's setup) for this table to appear @Vinh Qua
billydotws
FREE
a year ago
Don't make anything manually in production, that'll be hard to repeat should you need to deploy to a new place