Results 2 comments of MrRaph_

Hi ! :-) I wrote a Bash script to handle that in my GitHub Action : ``` #!/bin/bash echo "Generating Gallery" cd ./sites/gallery echo ">> Generating albums" for album in...

Almost two years after, I found your request. Here's how I managed to do it : Edit file `config/backup.php` like this : (basically, replace `mysql` by `pgsql` in the file)...