File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -310,12 +310,6 @@ export default function ContributePage() {
310310 < h3 id = "storages" > Storages</ h3 >
311311
312312 < ul >
313- < li > Allow to specify prefix for S3 storage</ li >
314- < li >
315- Change backups naming from {uuid}.dump to
316- {db_name}_{date}_{uuid}.dump
317- with back compatibility
318- </ li >
319313 < li > Verify AWS S3 support</ li >
320314 < li > Verify Google Cloud S3 support</ li >
321315 < li > Verify Tencent Cloud S3 support</ li >
@@ -336,6 +330,11 @@ export default function ContributePage() {
336330 < h2 id = "project-plans" > Project plans (not for contribution)</ h2 >
337331
338332 < ul >
333+ < li >
334+ Change backups naming from {uuid}.dump to
335+ {db_name}_{date}_{uuid}.dump
336+ with back compatibility
337+ </ li >
339338 < li > Add customization of webhook</ li >
340339 < li > Add SSH tunneling</ li >
341340 < li > Add encryption for backups and read-only access to DBs</ li >
You can’t perform that action at this time.
0 commit comments