UBERF-12323: Include accounts info into backup (#9659)

* uberf-12323: include accounts data into backups
Signed-off-by: Alexey Zinoviev <alexey.zinoviev@xored.com>

Signed-off-by: Alexey Zinoviev <alexey.zinoviev@xored.com>

* uberf-12323: support full recheck
Signed-off-by: Alexey Zinoviev <alexey.zinoviev@xored.com>

Signed-off-by: Alexey Zinoviev <alexey.zinoviev@xored.com>

* uberf-12323: bump forced full recheck
Signed-off-by: Alexey Zinoviev <alexey.zinoviev@xored.com>

Signed-off-by: Alexey Zinoviev <alexey.zinoviev@xored.com>

* uberf-12323: remove excess logs
Signed-off-by: Alexey Zinoviev <alexey.zinoviev@xored.com>

Signed-off-by: Alexey Zinoviev <alexey.zinoviev@xored.com>

* uberf-12323: fix tests
Signed-off-by: Alexey Zinoviev <alexey.zinoviev@xored.com>

Signed-off-by: Alexey Zinoviev <alexey.zinoviev@xored.com>

* uberf-12323: update local dev setup
Signed-off-by: Alexey Zinoviev <alexey.zinoviev@xored.com>

---------

Signed-off-by: Alexey Zinoviev <alexey.zinoviev@xored.com>
This commit is contained in:
Alexey Zinoviev
2025-08-27 19:40:39 +07:00
committed by GitHub
parent 06c9acc922
commit e173fd0115
16 changed files with 434 additions and 71 deletions
+1
View File
@@ -12,6 +12,7 @@ services:
environment:
- DB_URL=${DB_PG_URL}
- STORAGE_CONFIG=${DATALAKE_STORAGE_CONFIG}
- ACCOUNTS_DB_URL=${DB_PG_URL}
fulltext:
environment:
- DB_URL=${DB_PG_URL}
+1
View File
@@ -151,6 +151,7 @@ services:
- STORAGE_CONFIG=${STORAGE_CONFIG}
- REGION=
- ACCOUNTS_URL=http://account:3003
- ACCOUNTS_DB_URL=${MONGO_URL}
- BRANDING_PATH=/var/cfg/branding.json
- STATS_URL=http://stats:4901
restart: unless-stopped