-
Hi all, So now I have setup a third local S3 server. I tested with different configuration with
but museum crash like before. Here my config files museum.yaml
log crash
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 9 replies
-
I see a :5432 connection error. It seems that the port is occupied, you should free up the port by killing whatever is occupying it. Out of curiosity, Why is both 2nd and 3rd S3 endpoint pointing towards :3900 ? Is garage running inside docker container ? |
Beta Was this translation helpful? Give feedback.
-
Are you using the docker image or running latest main? There was a bug that was causing crash, but we have already fixed it in the main branch. IIRC, we didn't publish the bad image on docker registry. |
Beta Was this translation helpful? Give feedback.
-
Hi all ! for S3 bucket : aws s3 rm s3://fredix-ente/XXXXXX/file-data/ --recursive |
Beta Was this translation helpful? Give feedback.
Hi all !
I removed all the mldata from my S3 bucket and from postgresql. And now the replication works !
for S3 bucket : aws s3 rm s3://fredix-ente/XXXXXX/file-data/ --recursive
for postgresql : delete from file_data where data_type='mldata';