Vox1984
Vox1984
very nice :+1:
Issue is happening in 0.12.23
Sure thing: ``` resource sparkpool 'Microsoft.Synapse/workspaces/bigDataPools@2021-06-01' = { name: PoolName location: location parent: synapse properties:{ autoPause:{ enabled: true delayInMinutes: 15 } nodeSize: nodeSize nodeSizeFamily: 'MemoryOptimized' autoScale:{ enabled: true minNodeCount: MinNodeCount...
Thanks pgstef for very quick reply. But question remains, about the expiration (retention). I created 2 stanzas because I would like to avoid keeping of 1000 days worth of WAL...
Ah yes, right, there would be 2 separate WAL archive subfolders in each storage bucket. So there is no option to shrink the size of stored WALs for `longterm archive`...
`Yes, there's a way. I wrote it in my last comment -> repo-retention-archive. If you don't need PITR capability between the backups in the repository, you can change the archives...
`If disk space is at a premium, then this setting, in conjunction with repo-retention-archive-type, can be used to aggressively expire WAL segments. However, doing so negates the ability to perform...
Thanks pgstef, for detailed explanation. I don't really care if its expiring with time, or with count (as I know the frequency its the same for me - I can...
I can confirm, that after a week I get in the expire.log: `2024-05-05 03:56:39.997 P00 INFO: repo2: 14-1 remove archive, start = 0000000100001ABF, stop = 0000000100001AC000000039` Looks like it works,...