I am getting error after upgrading from 2.53.5 to 2.56.3 using docker-compose.yml Postgres logs sudo docker compose logs postgres postgres-1 | initdb: error: directory "/var/lib/postgresql/data" exists but is not empty postgres-1 | initdb: hint: If you want to create a new database system, either remove or empty the directory "/var/lib/postgresql/data" or run initdb with an argument other than "/var/lib/postgresql/data". postgres-1 | The files belonging to this database system will be owned by user "postgres". postgres-1 | This user must also own the server process. postgres-1 | postgres-1 | The database cluster will be initialized with locale "en_US.utf8". postgres-1 | The default database encoding has accordingly been set to "UTF8". postgres-1 | The default text search configuration will be set to "english". postgres-1 | postgres-1 | Data page checksums are enabled. postgres-1 | postgres-1 | The files belonging to this database system will be owned by user "postgres". postgres-1 | This user must also own the server process. postgres-1 | postgres-1 | The database cluster will be initialized with locale "en_US.utf8". postgres-1 | The default database encoding has accordingly been set to "UTF8". postgres-1 | initdb: error: directory "/var/lib/postgresql/data" exists but is not empty postgres-1 | initdb: hint: If you want to create a new database system, either remove or empty the directory "/var/lib/postgresql/data" or run initdb with an argument other than "/var/lib/postgresql/data". postgres-1 | The default text search configuration will be set to "english". postgres-1 | postgres-1 | Data page checksums are enabled. postgres-1 | Can anyone help me with the upgrade

