From 09d8656e3365b5f09c620fbd3d3e0eb189b8b5c3 Mon Sep 17 00:00:00 2001 From: Para Dox Date: Sun, 13 Apr 2025 16:02:09 +0700 Subject: [PATCH] fix --- .../cronos-zkevm-mainnet-external-node-archive.yml | 7 ++++--- .../cronos-zkevm-mainnet-external-node-pruned.yml | 7 ++++--- .../zksync-era-boojnet-external-node-archive.yml | 4 +--- .../zksync-era-boojnet-external-node-pruned.yml | 4 +--- .../zksync-era-mainnet-external-node-archive.yml | 4 +--- .../zksync-era-mainnet-external-node-pruned.yml | 4 +--- 6 files changed, 12 insertions(+), 18 deletions(-) diff --git a/cronos-zkevm/external-node/cronos-zkevm-mainnet-external-node-archive.yml b/cronos-zkevm/external-node/cronos-zkevm-mainnet-external-node-archive.yml index 6471e78b..dd8513f4 100644 --- a/cronos-zkevm/external-node/cronos-zkevm-mainnet-external-node-archive.yml +++ b/cronos-zkevm/external-node/cronos-zkevm-mainnet-external-node-archive.yml @@ -1,5 +1,7 @@ --- -# use at your own risk +# You need to initialize the postgres database from a db dump as described +# here https://docs-zkevm.cronos.org/for-node-hosts/running-nodes/cronos-zkevm-mainnet +# and change this yaml file temporary to run pg_restore services: cronos-zkevm-mainnet-archive-client: @@ -88,8 +90,7 @@ services: - PGPORT=5430 - POSTGRES_PASSWORD=notsecurepassword command: > - postgres - -c max_connections=200 + postgres -c max_connections=200 -c log_error_verbosity=terse -c shared_buffers=2GB -c effective_cache_size=4GB diff --git a/cronos-zkevm/external-node/cronos-zkevm-mainnet-external-node-pruned.yml b/cronos-zkevm/external-node/cronos-zkevm-mainnet-external-node-pruned.yml index 25c755ee..13897549 100644 --- a/cronos-zkevm/external-node/cronos-zkevm-mainnet-external-node-pruned.yml +++ b/cronos-zkevm/external-node/cronos-zkevm-mainnet-external-node-pruned.yml @@ -1,5 +1,7 @@ --- -# use at your own risk +# You need to initialize the postgres database from a db dump as described +# here https://docs-zkevm.cronos.org/for-node-hosts/running-nodes/cronos-zkevm-mainnet +# and change this yaml file temporary to run pg_restore services: cronos-zkevm-mainnet-client: @@ -88,8 +90,7 @@ services: - PGPORT=5430 - POSTGRES_PASSWORD=notsecurepassword command: > - postgres - -c max_connections=200 + postgres -c max_connections=200 -c log_error_verbosity=terse -c shared_buffers=2GB -c effective_cache_size=4GB diff --git a/zksync-era/external-node/zksync-era-boojnet-external-node-archive.yml b/zksync-era/external-node/zksync-era-boojnet-external-node-archive.yml index 637d2b49..eeb7f04e 100644 --- a/zksync-era/external-node/zksync-era-boojnet-external-node-archive.yml +++ b/zksync-era/external-node/zksync-era-boojnet-external-node-archive.yml @@ -1,5 +1,4 @@ --- -# use at your own risk services: zksync-era-boojnet-archive-client: @@ -85,8 +84,7 @@ services: - PGPORT=5430 - POSTGRES_PASSWORD=notsecurepassword command: > - postgres - -c max_connections=200 + postgres -c max_connections=200 -c log_error_verbosity=terse -c shared_buffers=2GB -c effective_cache_size=4GB diff --git a/zksync-era/external-node/zksync-era-boojnet-external-node-pruned.yml b/zksync-era/external-node/zksync-era-boojnet-external-node-pruned.yml index a63c513f..5a5a41d1 100644 --- a/zksync-era/external-node/zksync-era-boojnet-external-node-pruned.yml +++ b/zksync-era/external-node/zksync-era-boojnet-external-node-pruned.yml @@ -1,5 +1,4 @@ --- -# use at your own risk services: zksync-era-boojnet-client: @@ -85,8 +84,7 @@ services: - PGPORT=5430 - POSTGRES_PASSWORD=notsecurepassword command: > - postgres - -c max_connections=200 + postgres -c max_connections=200 -c log_error_verbosity=terse -c shared_buffers=2GB -c effective_cache_size=4GB diff --git a/zksync-era/external-node/zksync-era-mainnet-external-node-archive.yml b/zksync-era/external-node/zksync-era-mainnet-external-node-archive.yml index a4878bb7..4dfd19d9 100644 --- a/zksync-era/external-node/zksync-era-mainnet-external-node-archive.yml +++ b/zksync-era/external-node/zksync-era-mainnet-external-node-archive.yml @@ -1,5 +1,4 @@ --- -# use at your own risk services: zksync-era-mainnet-archive-client: @@ -87,8 +86,7 @@ services: - PGPORT=5430 - POSTGRES_PASSWORD=notsecurepassword command: > - postgres - -c max_connections=200 + postgres -c max_connections=200 -c log_error_verbosity=terse -c shared_buffers=2GB -c effective_cache_size=4GB diff --git a/zksync-era/external-node/zksync-era-mainnet-external-node-pruned.yml b/zksync-era/external-node/zksync-era-mainnet-external-node-pruned.yml index aeaa5096..7c495889 100644 --- a/zksync-era/external-node/zksync-era-mainnet-external-node-pruned.yml +++ b/zksync-era/external-node/zksync-era-mainnet-external-node-pruned.yml @@ -1,5 +1,4 @@ --- -# use at your own risk services: zksync-era-mainnet-client: @@ -87,8 +86,7 @@ services: - PGPORT=5430 - POSTGRES_PASSWORD=notsecurepassword command: > - postgres - -c max_connections=200 + postgres -c max_connections=200 -c log_error_verbosity=terse -c shared_buffers=2GB -c effective_cache_size=4GB