Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrading to Docker version 0.15.6 results in a startup error. #217

Closed
1 of 2 tasks
mx1700 opened this issue Mar 4, 2025 · 1 comment
Closed
1 of 2 tasks

Upgrading to Docker version 0.15.6 results in a startup error. #217

mx1700 opened this issue Mar 4, 2025 · 1 comment
Labels
bug Something isn't working

Comments

@mx1700
Copy link

mx1700 commented Mar 4, 2025

What happens?

I upgraded from version 0.13.* to 0.14, and then to 0.15.0. Finally, I upgraded from 0.15.0 to 0.15.6, and I'm getting an error when starting the Docker image:

PostgreSQL Database directory appears to contain a database; Skipping initialization

2025-03-04 05:06:32.965 UTC [1] FATAL: could not access file "pg_analytics": No such file or directory
2025-03-04 05:06:32.966 UTC [1] LOG: database system is shut down

To Reproduce

docker run \
  --name paradedb-test \
  -e POSTGRES_USER=myuser \
  -e POSTGRES_PASSWORD=mypassword \
  -e POSTGRES_DB=mydatabase \
  -v paradedb_data:/var/lib/postgresql/data/ \
  -p 5432:5432 \
  -d \
  paradedb/paradedb:0.15.0
docker stop paradedb-test
docker rm paradedb-test
docker run \
  --name paradedb-test \
  -e POSTGRES_USER=myuser \
  -e POSTGRES_PASSWORD=mypassword \
  -e POSTGRES_DB=mydatabase \
  -v paradedb_data:/var/lib/postgresql/data/ \
  -p 5432:5432 \
  -d \
  paradedb/paradedb:0.15.6

OS:

debian 12

ParadeDB Version:

0.15.6

Are you using ParadeDB Docker, Helm, or the extension(s) standalone?

ParadeDB Docker Image

Full Name:

li zhaoguang

Affiliation:

timepill

Did you include all relevant data sets for reproducing the issue?

Yes

Did you include the code required to reproduce the issue?

  • Yes, I have

Did you include all relevant configurations (e.g., CPU architecture, PostgreSQL version, Linux distribution) to reproduce the issue?

  • Yes, I have
@mx1700 mx1700 added the bug Something isn't working label Mar 4, 2025
@mx1700
Copy link
Author

mx1700 commented Mar 4, 2025

move to paradedb/paradedb#2252

@mx1700 mx1700 closed this as completed Mar 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant