➜ my-ente docker compose down --remove-orphans [+] Running 5/5 ✔ Container my-ente-museum-1 Removed 0.0s ✔ Container my-ente-minio-1 Removed 0.0s ✔ Container my-ente-web-1 Removed 0.0s ✔ Container my-ente-postgres-1 Removed 0.0s ✔ Network my-ente_default Removed 0.3s ➜ my-ente docker volume ls DRIVER VOLUME NAME local my-ente_minio-data local my-ente_postgres-data ➜ my-ente docker volume rm my-ente_minio-data my-ente_minio-data ➜ my-ente docker volume rm my-ente_postgres-data my-ente_postgres-data ➜ my-ente ls compose.yaml data museum.yaml ➜ my-ente cd .. ➜ share rm my-ente/* zsh: sure you want to delete all the files in /mnt/data/supervisor/share/my-ente [yn]? y rm: 'my-ente/data' is a directory ➜ share rm -rf my-ente/* zsh: sure you want to delete all the files in /mnt/data/supervisor/share/my-ente [yn]? y ➜ share ➜ share cd my-ente ➜ my-ente sh -c "$(curl -fsSL https://raw.githubusercontent.com/ente-io/ente/main/server/quickstart.sh)" - H E L L O - E N T E - E Created directory my-ente N Created compose.yaml T Created museum.yaml E Do you want to start Ente? (y/n): y Starting docker compose After the cluster has started, open web app at http://localhost:3000 (Verification code will be in the logs here) [+] Running 8/8 ✔ Network my-ente_default Created 0.0s ✔ Volume "my-ente_postgres-data" Created 0.0s ✔ Volume "my-ente_minio-data" Created 0.0s ✔ Container my-ente-minio-1 Created 0.1s ✔ Container my-ente-web-1 Created 0.1s ✔ Container my-ente-postgres-1 Created 0.1s ✔ Container my-ente-museum-1 Created 0.0s ✔ Container my-ente-socat-1 Created 0.0s Attaching to minio-1, museum-1, postgres-1, socat-1, web-1 web-1 | /docker-entrypoint.sh: /docker-entrypoint.d/ is not empty, will attempt to perform configuration web-1 | /docker-entrypoint.sh: Looking for shell scripts in /docker-entrypoint.d/ web-1 | /docker-entrypoint.sh: Launching /docker-entrypoint.d/10-listen-on-ipv6-by-default.sh web-1 | 10-listen-on-ipv6-by-default.sh: info: Getting the checksum of /etc/nginx/conf.d/default.conf web-1 | 10-listen-on-ipv6-by-default.sh: info: /etc/nginx/conf.d/default.conf differs from the packaged version web-1 | 10-listen-on-ipv6-by-default.sh: info: /etc/nginx/conf.d/default.conf differs from the packaged version web-1 | /docker-entrypoint.sh: Sourcing /docker-entrypoint.d/15-local-resolvers.envsh web-1 | /docker-entrypoint.sh: Launching /docker-entrypoint.d/20-envsubst-on-templates.sh web-1 | /docker-entrypoint.sh: Launching /docker-entrypoint.d/30-tune-worker-processes.sh web-1 | /docker-entrypoint.sh: Launching /docker-entrypoint.d/90-replace-ente-env.sh 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 disabled. postgres-1 | postgres-1 | fixing permissions on existing directory /var/lib/postgresql/data ... ok postgres-1 | creating subdirectories ... ok postgres-1 | selecting dynamic shared memory implementation ... posix minio-1 -> | Waiting for minio... postgres-1 | selecting default max_connections ... 100 postgres-1 | selecting default shared_buffers ... 128MB postgres-1 | selecting default time zone ... Etc/UTC postgres-1 | creating configuration files ... ok web-1 | /docker-entrypoint.sh: Configuration complete; ready for start up web-1 | 2025/06/27 08:41:26 [notice] 1#1: using the "epoll" event method web-1 | 2025/06/27 08:41:26 [notice] 1#1: nginx/1.27.5 web-1 | 2025/06/27 08:41:26 [notice] 1#1: built by gcc 12.2.0 (Debian 12.2.0-14) web-1 | 2025/06/27 08:41:26 [notice] 1#1: OS: Linux 6.6.74-haos-raspi web-1 | 2025/06/27 08:41:26 [notice] 1#1: getrlimit(RLIMIT_NOFILE): 1073741816:1073741816 web-1 | 2025/06/27 08:41:26 [notice] 1#1: start worker processes web-1 | 2025/06/27 08:41:26 [notice] 1#1: start worker process 35 web-1 | 2025/06/27 08:41:26 [notice] 1#1: start worker process 36 web-1 | 2025/06/27 08:41:26 [notice] 1#1: start worker process 37 web-1 | 2025/06/27 08:41:26 [notice] 1#1: start worker process 38 postgres-1 | running bootstrap script ... ok minio-1 | INFO: Formatting 1st pool, 1 set(s), 1 drives per set. minio-1 | INFO: WARNING: Host local has more than 0 drives of set. A host failure will result in data becoming unavailable. minio-1 | MinIO Object Storage Server minio-1 | Copyright: 2015-2025 MinIO, Inc. minio-1 | License: GNU AGPLv3 - https://www.gnu.org/licenses/agpl-3.0.html minio-1 | Version: RELEASE.2025-05-24T17-08-30Z (go1.24.3 linux/arm64) minio-1 | minio-1 | API: http://172.17.0.3:3200 http://127.0.0.1:3200 minio-1 | WebUI: http://172.17.0.3:3201 http://127.0.0.1:3201 minio-1 | minio-1 | Docs: https://docs.min.io minio-1 -> | Added `h0` successfully. minio-1 -> | Bucket created successfully `b2-eu-cen`. minio-1 -> | Bucket created successfully `wasabi-eu-central-2-v3`. minio-1 -> | Bucket created successfully `scw-eu-fr-v3`. postgres-1 | performing post-bootstrap initialization ... ok minio-1 | INFO: minio-1 | You are running an older version of MinIO released 2 weeks before the latest release minio-1 | Update: Run `mc admin update ALIAS` minio-1 | minio-1 | postgres-1 | initdb: warning: enabling "trust" authentication for local connections postgres-1 | initdb: hint: You can change this by editing pg_hba.conf or using the option -A, or --auth-local and --auth-host, the next time you run initdb postgres-1 | postgres-1 | postgres-1 | Success. You can now start the database server using: postgres-1 | postgres-1 | pg_ctl -D /var/lib/postgresql/data -l logfile start postgres-1 | postgres-1 | waiting for server to start....2025-06-27 08:41:27.618 UTC [53] LOG: starting PostgreSQL 15.13 (Debian 15.13-1.pgdg120+1) on aarch64-unknown-linux-gnu, compiled by gcc (Debian 12.2.0-14) 12.2.0, 64-bit postgres-1 | 2025-06-27 08:41:27.620 UTC [53] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432" postgres-1 | 2025-06-27 08:41:27.628 UTC [56] LOG: database system was shut down at 2025-06-27 08:41:27 UTC postgres-1 | 2025-06-27 08:41:27.634 UTC [53] LOG: database system is ready to accept connections postgres-1 | done postgres-1 | server started postgres-1 | CREATE DATABASE postgres-1 | postgres-1 | postgres-1 | /usr/local/bin/docker-entrypoint.sh: ignoring /docker-entrypoint-initdb.d/* postgres-1 | postgres-1 | waiting for server to shut down....2025-06-27 08:41:27.851 UTC [53] LOG: received fast shutdown request postgres-1 | 2025-06-27 08:41:27.854 UTC [53] LOG: aborting any active transactions postgres-1 | 2025-06-27 08:41:27.857 UTC [53] LOG: background worker "logical replication launcher" (PID 59) exited with exit code 1 postgres-1 | 2025-06-27 08:41:27.859 UTC [54] LOG: shutting down postgres-1 | 2025-06-27 08:41:27.861 UTC [54] LOG: checkpoint starting: shutdown immediate postgres-1 | 2025-06-27 08:41:27.934 UTC [54] LOG: checkpoint complete: wrote 918 buffers (5.6%); 0 WAL file(s) added, 0 removed, 0 recycled; write=0.027 s, sync=0.041 s, total=0.076 s; sync files=301, longest=0.007 s, average=0.00 1 s; distance=4222 kB, estimate=4222 kB postgres-1 | 2025-06-27 08:41:27.942 UTC [53] LOG: database system is shut down postgres-1 | done postgres-1 | server stopped postgres-1 | postgres-1 | PostgreSQL init process complete; ready for start up. postgres-1 | postgres-1 | 2025-06-27 08:41:27.982 UTC [1] LOG: starting PostgreSQL 15.13 (Debian 15.13-1.pgdg120+1) on aarch64-unknown-linux-gnu, compiled by gcc (Debian 12.2.0-14) 12.2.0, 64-bit postgres-1 | 2025-06-27 08:41:27.983 UTC [1] LOG: listening on IPv4 address "0.0.0.0", port 5432 postgres-1 | 2025-06-27 08:41:27.983 UTC [1] LOG: listening on IPv6 address "::", port 5432 postgres-1 | 2025-06-27 08:41:27.986 UTC [1] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432" postgres-1 | 2025-06-27 08:41:27.992 UTC [69] LOG: database system was shut down at 2025-06-27 08:41:27 UTC postgres-1 | 2025-06-27 08:41:27.999 UTC [1] LOG: database system is ready to accept connections museum-1 | INFO[0000]main.go:104 main Booting up local server with commit #026669b0d0b292b482a52b20b1693242f0a605a6 museum-1 | INFO[0000]main.go:842 setupDatabase Setting up db museum-1 | INFO[0000]main.go:849 setupDatabase Connected to DB museum-1 | panic: dial tcp [::1]:5432: connect: connection refused museum-1 | museum-1 | goroutine 1 [running]: museum-1 | main.setupDatabase() museum-1 | /etc/ente/cmd/museum/main.go:852 +0x2d8 museum-1 | main.main() museum-1 | /etc/ente/cmd/museum/main.go:124 +0x380 museum-1 exited with code 2 Gracefully stopping... (press Ctrl+C again to force)