eduardolat / pgbackweb

🐘 Effortless PostgreSQL backups with a user-friendly web interface! 🌐💾
MIT License
716 stars 30 forks source link

Feat/pre-selected timezone #27

Closed julien-wff closed 1 month ago

julien-wff commented 1 month ago

Hi there!

Choosing the right timezone each time setting up a new backup is tedious. That's why I think having one selected by default is a good option!

I hesitated to add a specific env config for it, but I ended up using the container's timezone. I also updated the README accordingly.

In the future, having a searchable select would be even better, but those are a nightmare to do by hand.

eduardolat commented 1 month ago

Hi @julien-wff, Thank you for your kind contributions to the project, I have reviewed your 3 pull requests and they all look perfect.

I really want to thank you for your contributions, it says a lot about you and what a good professional you are.

Thank you!!

eduardolat commented 1 month ago

@julien-wff Just so you know, I'm going to create a pull request, since for the TZ environment variable to work properly it requires the tzdata package installed in the container, but I'll take care of that, don't worry.

I may also add a searchable select in the future, so we'll be well covered.

julien-wff commented 1 month ago

Hi @julien-wff, Thank you for your kind contributions to the project, I have reviewed your 3 pull requests and they all look perfect.

I really want to thank you for your contributions, it says a lot about you and what a good professional you are.

Thank you!!

Hi @eduardolat!

No problem, it's a pleasure! As I said in another PR, it's a service I always wanted, but there was no good solution before now.

With that said, I may start my own database backup project in the future. I have different visions on some points. But for now, it's better to team up!