Data is lost after re-deploy, postgres database in develop and production

Env production:

APP_KEYS= '' // you can find it in your project .env file.
API_TOKEN_SALT= ''
ADMIN_JWT_SECRET= ''
JWT_SECRET= ''
NODE_ENV= 'production'
DATABASE_HOST= '' // database Endpoint under 'Connectivity & Security' tab
DATABASE_PORT= ''
DATABASE_NAME= 'X' // DB name under 'Configuration' tab
DATABASE_USERNAME= '' // default username
DATABASE_PASSWORD= ''
AWS_ACCESS_KEY_ID= ''
AWS_ACCESS_SECRET= '' // Find it in Amazon S3 Dashboard
AWS_REGION= 'sa-east-1'
AWS_BUCKET_NAME= 'X'