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

[cli] Error during pgedge setup #227

Open
VanillaMaster opened this issue Dec 11, 2024 · 0 comments
Open

[cli] Error during pgedge setup #227

VanillaMaster opened this issue Dec 11, 2024 · 0 comments

Comments

@VanillaMaster
Copy link

ubuntu 22.04.5 LTS (wsl2)

pgedge setup error with ✘ Unable to complete db.create()

########### Installing spock40-pg16 ###############
  ['spock40-pg16']

Get:1 https://pgedge-download.s3.amazonaws.com/REPO spock40-pg16-4.0.7-1-amd
    1 MB [100%]

Unpacking spock40-pg16-4.0.7-1-amd.tgz
  new: wal_level = 'logical'
  new: max_worker_processes = 12
  new: max_replication_slots = 16
  new: max_wal_senders = 16
  new: hot_standby_feedback = 'on'
  new: wal_sender_timeout = '5s'
  new: track_commit_timestamp = 'on'
  new: spock.conflict_resolution = 'last_update_wins'
  new: spock.save_resolutions = 'on'
  new: spock.conflict_log_level = 'DEBUG'
  new: shared_preload_libraries = 'pg_stat_statements, snowflake, spock'

pg16 stopping
pg16 starting on port 5432

$ pg16/bin/psql -p 5432 -c "CREATE EXTENSION IF NOT EXISTS spock CASCADE"  testdb
psql: error: connection to server on socket "/tmp/.s.PGSQL.5432" failed: FATAL:  the database system is starting up
#   ./pgedge pgbin 16 "psql -q -c \"CREATE EXTENSION snowflake\" testdb"
psql: error: connection to server on socket "/tmp/.s.PGSQL.5432" failed: FATAL:  the database system is not yet accepting connections
DETAIL:  Consistent recovery state has not been yet reached.
✘ Unable to complete db.create()
@VanillaMaster VanillaMaster changed the title [cli Error during pgedge setup [cli] Error during pgedge setup Dec 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant