Fast Migration of Latest ONO Coin Database
To quickly migrate the latest ONO Coin database from a trusted source, follow these steps:
π Fast Migration of Latest ONO Coin Database
β
Step 1: Download the Latest Database Dump
cd ~
curl -O https://core-eu-2.ono.gg/backups/ono_core_eu_2_{YYYY-MM-DD}.dumpcd ~
curl -O https://core-eu-2.ono.gg/backups/ono_core_eu_2_2025-06-16.dumpπ³ Step 2A: Restore the Dump into a PostgreSQL Docker Container
1. Identify your container name:
docker ps2. Copy the dump file into the container:
3. Restore the dump:
π₯οΈ Step 2B: Restore the Dump to Local (Non-Docker) PostgreSQL
π Step 3: Start the Core Service
β
Done!
Last updated