-
Notifications
You must be signed in to change notification settings - Fork 323
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
Database startup error #2884
Comments
Thanks for opening your first issue in the Marquez project! Please be sure to follow the issue template! |
marquez-search | ### or run ./securityadmin_demo.sh
marquez-search | ### To use the Security Plugin ConfigurationGUI
marquez-search | ### To access your secured cluster open https://<hostname>:<HTTP port> and log in with admin/admin.
marquez-search | ### (Ignore the SSL certificate warning because we installed self-signed demo certificates)
marquez-search | Enabling OpenSearch Security Plugin
marquez-search | Enabling execution of OPENSEARCH_HOME/bin/opensearch-performance-analyzer/performance-analyzer-agent-cli for OpenSearch Performance Analyzer Plugin
marquez-db | The files belonging to this database system will be owned by user "postgres".
marquez-db | This user must also own the server process.
marquez-db |
marquez-db | The database cluster will be initialized with locale "en_US.utf8".
marquez-db | The default database encoding has accordingly been set to "UTF8".
marquez-db | The default text search configuration will be set to "english".
marquez-db |
marquez-db | Data page checksums are disabled.
marquez-db |
marquez-db | fixing permissions on existing directory /var/lib/postgresql/data ... ok
marquez-db | creating subdirectories ... ok
marquez-db | selecting dynamic shared memory implementation ... posix
marquez-db | selecting default max_connections ... 100
marquez-db | selecting default shared_buffers ... 128MB
marquez-db | selecting default time zone ... Etc/UTC
marquez-db | creating configuration files ... ok
marquez-db | running bootstrap script ... ok
Gracefully stopping... (press Ctrl+C again to force)
Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: exec: "/opt/marquez/wait-for-it.sh": stat /opt/marquez/wait-for-it.sh: no such file or directory: unknown |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello, I have run the project and found that the database is in a closed state. When I check the logs, it shows that the configuration file /etc/postgresql/postgresql.conf cannot be found. I am running the project on a Windows system.
The text was updated successfully, but these errors were encountered: