I have postgres docker server postgres:9.6.24
, I planned to copy the docker container with all of the database and its data to another laptop.
So, I followed this answer.
But after restored the database in another laptop, I got only the structure of the database. It has all the tables without any data/records/rows
How to backup and restore the postgres docker server to another computer