Qovery / Replibyte

Seed your development database with real data ⚡️
https://www.replibyte.com
GNU General Public License v3.0
4.16k stars 128 forks source link

Dumping schema from DB (terminated by signal SIGKILL (Forced quit)) #299

Open vaneri opened 5 months ago

vaneri commented 5 months ago

Hey there, I am trying to dump all the tables from a schema present in my DB

Here is the command: replibyte -c config/replibyte.yaml dump create

⠁ [00:06:18] [########################################################################################################>—] 1.80GiB/1.86GiB (12s)

Here is the result that I am getting Job 1, ‘replibyte -c config/replibyte.y…’ terminated by signal SIGKILL (Forced quit)

I tried a couple of times, and its stopping at 1.8Go Is there some kindof limit that can be reached / how shall I proceed? Should I create mutliple dump an reconcile? Do you have any idea :slight_smile:

I tried as well the sampling but it didn’t work, it was crashing [00:01:37] [----------------------------------------------------------------------------------------------------------------] 0B/100.00MiB (0s) thread ‘main’ panicked at ‘called Option::unwrap() on a None value’, /root/src/subset/src/postgres.rs:152:87