mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-28 10:30:40 +00:00
control_plane, tests: enable running compute with explicit pageserver
This commit is contained in:
@@ -2852,7 +2852,7 @@ class Endpoint(PgProtocol):
|
||||
hot_standby=hot_standby,
|
||||
lsn=lsn,
|
||||
pageserver_id=pageserver_id,
|
||||
).start(remote_ext_config=remote_ext_config)
|
||||
).start(remote_ext_config=remote_ext_config, pageserver_id=pageserver_id)
|
||||
|
||||
log.info(f"Postgres startup took {time.time() - started_at} seconds")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user