github-actions[bot]
|
069067ca55
|
chore: release 1.18.6
1.18.6
|
2026-08-17 09:10:08 +00:00 |
|
Charles GTE
|
04b654d219
|
Merge pull request #96 from Portabase/fix/mongo-cloud
fix: mongodb cloud cluster issue
|
2026-08-17 11:07:35 +02:00 |
|
charles-gauthereau
|
d83511cb64
|
fix: mongodb cloud cluster issue
|
2026-08-17 10:52:21 +02:00 |
|
github-actions[bot]
|
30f83bafcf
|
chore: release 1.18.5
1.18.5
|
2026-07-26 09:06:42 +00:00 |
|
Charles GTE
|
de106c835e
|
Merge pull request #93 from Portabase/fix/s3-storage
fix: s3 logs
|
2026-07-26 11:04:35 +02:00 |
|
Charles GTE
|
23d6822ddc
|
fix: s3 logs
|
2026-07-26 11:04:07 +02:00 |
|
github-actions[bot]
|
fe1d74945f
|
chore: release 1.18.4
1.18.4
|
2026-07-25 14:03:12 +00:00 |
|
Charles GTE
|
424a646385
|
Merge pull request #92 from Portabase/fix/windows-build
fix: windows-build
|
2026-07-25 16:00:57 +02:00 |
|
Charles GTE
|
0ef4bba5d7
|
fix: docker-compose.yml
|
2026-07-25 15:45:56 +02:00 |
|
Charles GTE
|
6548140eaf
|
fix: windows build
|
2026-07-25 15:19:46 +02:00 |
|
github-actions[bot]
|
c9725c381e
|
chore: release 1.18.3
1.18.3
|
2026-07-24 16:46:51 +00:00 |
|
Charles GTE
|
03695b1897
|
Merge pull request #91 from Portabase/fix/firebird
fix: firebird
|
2026-07-24 18:44:20 +02:00 |
|
charles-gauthereau
|
80b1c0dac0
|
fix: firebird with -g for gbak
|
2026-07-24 18:29:04 +02:00 |
|
charles-gauthereau
|
5ededb3764
|
Merge branch 'main' into dev
|
2026-07-24 17:45:46 +02:00 |
|
github-actions[bot]
|
54cfd673e4
|
chore: release 1.18.2
1.18.2
|
2026-07-23 18:04:50 +00:00 |
|
Charles GTE
|
39dbeb5d30
|
Merge pull request #90 from Portabase/fix/ghcr-ci-cd
fix: ghcr.yml
|
2026-07-23 20:02:28 +02:00 |
|
charles-gauthereau
|
380cea79fb
|
fix: ghcr.yml
|
2026-07-23 20:02:01 +02:00 |
|
github-actions[bot]
|
65e4538c2c
|
chore: release 1.18.1
1.18.1
|
2026-07-23 17:47:38 +00:00 |
|
Charles GTE
|
86a706bca5
|
Merge pull request #89 from Portabase/fix/ghcr-ci-cd
fix: ghcr.yml
|
2026-07-23 19:45:23 +02:00 |
|
charles-gauthereau
|
e8bda60f16
|
fix: ghcr.yml
|
2026-07-23 18:47:41 +02:00 |
|
charles-gauthereau
|
034912b176
|
Merge branch 'main' into dev
|
2026-07-23 18:24:18 +02:00 |
|
github-actions[bot]
|
4fd50ccda4
|
chore: release 1.18.0
1.18.0
|
2026-07-23 15:33:29 +00:00 |
|
Charles GTE
|
84c6b765c8
|
Merge pull request #88 from Portabase/fix/postgres-provider
fix: postgres-provider
|
2026-07-23 17:31:02 +02:00 |
|
charles-gauthereau
|
9790837200
|
fix: postgres
|
2026-07-23 17:14:27 +02:00 |
|
charles-gauthereau
|
8827234344
|
refactor(postgres): split restore into restore/ module (run, prepare, command, toc)
|
2026-07-23 16:40:56 +02:00 |
|
charles-gauthereau
|
b3417304bb
|
fix(postgres): match real pg_restore -l schema line in toc_creates_public_schema
|
2026-07-23 10:06:01 +02:00 |
|
charles-gauthereau
|
5f4006b1ca
|
feat(postgres): sniff dump format by magic bytes
|
2026-07-23 09:56:46 +02:00 |
|
charles-gauthereau
|
f24b1ec3e4
|
feat(postgres): wire clean_mode=drop_database with preflight gate
|
2026-07-23 09:51:49 +02:00 |
|
charles-gauthereau
|
bb1b16d0f2
|
feat(postgres): add drop_and_recreate_database + preflight + FORCE/retry
|
2026-07-23 09:43:24 +02:00 |
|
charles-gauthereau
|
2aca036ee4
|
feat(postgres): wire clean_mode none/clean/drop_schemas into restore
|
2026-07-23 09:36:25 +02:00 |
|
charles-gauthereau
|
2a72a55e57
|
feat(postgres): detect CREATE SCHEMA public in archive TOC
|
2026-07-23 09:31:50 +02:00 |
|
charles-gauthereau
|
ae63a0df50
|
feat(postgres): add drop_all_schemas + recreate_public_schema
|
2026-07-23 09:27:36 +02:00 |
|
charles-gauthereau
|
560c5e02f2
|
feat(postgres): add RestoreCleanMode option parsing
|
2026-07-23 09:24:21 +02:00 |
|
charles-gauthereau
|
ca17bf9cb9
|
feat(postgres): add quote_ident/quote_literal for DDL
|
2026-07-23 09:20:15 +02:00 |
|
charles-gauthereau
|
9fbaab6feb
|
refactor(postgres): unify FC/FD restore via run_pg_restore, validate-before-destroy
|
2026-07-23 09:15:32 +02:00 |
|
charles-gauthereau
|
1289497d98
|
refactor(postgres): extract prepare_archive, validate before restore
|
2026-07-23 09:09:19 +02:00 |
|
charles-gauthereau
|
27c55dbfd8
|
refactor(postgres): drive async restore work via captured Tokio Handle
|
2026-07-23 09:01:50 +02:00 |
|
charles-gauthereau
|
45e3acd709
|
fix(postgres): add pg_restore_binary_name() for Windows restore
|
2026-07-23 08:58:49 +02:00 |
|
charles-gauthereau
|
a93054518a
|
Merge branch 'main' into dev
|
2026-07-22 00:06:17 +02:00 |
|
Charles GTE
|
baf2edc829
|
fix (#87)
Co-authored-by: charles-gauthereau <charles.gauthereau@soluce-technologies.com>
|
2026-07-21 23:58:11 +02:00 |
|
github-actions[bot]
|
f050fa35e0
|
chore: release 1.17.1
1.17.1
|
2026-07-21 21:29:30 +00:00 |
|
Charles GTE
|
90d55f7630
|
fix: backup folder name (#86)
* fix: support configurable backup file prefix (#83)
* fix: backup folder name
* fix: ghcr publish agent image
---------
Co-authored-by: Antonin Jousson <18756890+Antoninj@users.noreply.github.com>
Co-authored-by: charles-gauthereau <charles.gauthereau@soluce-technologies.com>
|
2026-07-21 23:27:10 +02:00 |
|
charles-gauthereau
|
c186d57105
|
fix: ghcr publish agent image
|
2026-07-21 23:10:40 +02:00 |
|
charles-gauthereau
|
37b4c1fe6d
|
fix: backup folder name
|
2026-07-21 23:05:59 +02:00 |
|
Antonin Jousson
|
92a3324ca2
|
fix: support configurable backup file prefix (#83)
|
2026-07-21 21:50:11 +02:00 |
|
github-actions[bot]
|
82ffb71496
|
chore: release 1.17.0
1.17.0
|
2026-07-11 10:08:21 +00:00 |
|
Charles GTE
|
20b3b58024
|
Merge pull request #80 from Portabase/fix/storage-encryption
fix/storage-encryption
|
2026-07-11 12:05:59 +02:00 |
|
charles-gauthereau
|
6cddc73565
|
Merge branch 'main' into fix/storage-encryption
# Conflicts:
# docker-compose.yml
|
2026-07-10 18:49:01 +02:00 |
|
github-actions[bot]
|
fd3b0076c0
|
chore: release 1.16.3
1.16.3
|
2026-07-09 09:11:23 +00:00 |
|
Charles GTE
|
334ab51125
|
fix: cron (#79)
* fix: cron log
---------
Co-authored-by: charles-gauthereau <charles.gauthereau@soluce-technologies.com>
|
2026-07-09 11:03:55 +02:00 |
|