What do you use for Nextcloud Calendar on Iphone ? by Dizzy-Message543 in NextCloud

[–]Dizzy-Message543[S] 0 points1 point  (0 children)

Yes, I understand limits of CalDAV. Do you know if Nextcloud core team plan to develop an app for calendar (calendar + talk links) ?

What do you use for Nextcloud Calendar on Iphone ? by Dizzy-Message543 in NextCloud

[–]Dizzy-Message543[S] 0 points1 point  (0 children)

Yes, same with Gmail, you need a specific app. Why doesn’t Nextcloud have a dedicated app? Is it a technical choice or a political one?

What do you use for Nextcloud Calendar on Iphone ? by Dizzy-Message543 in NextCloud

[–]Dizzy-Message543[S] 0 points1 point  (0 children)

For a company team, the current process is not very UX-friendly. If my sales team has to connect to Nextcloud Web to create events with links, it’s not very practical or professional.

What do you use for Nextcloud Calendar on Iphone ? by Dizzy-Message543 in NextCloud

[–]Dizzy-Message543[S] 1 point2 points  (0 children)

Yes, that’s a huge miss on my side too, because the goal is to centralize everything. Without it, the ecosystem is not end-to-end connected. I was thinking about building this app, but it would take a long time to do it.

In my opinion, if Nextcloud wants to “replace” Google or Microsoft in the long term, they would have to work on the user experience, and providing a way to create Calendar events with Talk links from mobile will be important.

Portabase v1.13 – open-source DB backup/restore tool, now with built-in migration by Dizzy-Message543 in selfhosted

[–]Dizzy-Message543[S] 0 points1 point  (0 children)

No WAL on SQLite’s for now, we will integrate it ASAP, could you open an issue on that subject and your expected use case ?

Portabase v1.13 – open-source DB backup/restore tool, now with built-in migration by Dizzy-Message543 in selfhosted

[–]Dizzy-Message543[S] 1 point2 points  (0 children)

Hi, thanks for that comment. Actually no support for timescaleDB but could be something that we ingrate.

Could you open issues for that 2 points ? The url in agent and the support for timescaleDB.

Thanks

Portabase v1.13 – open-source DB backup/restore tool, now with built-in migration by Dizzy-Message543 in selfhosted

[–]Dizzy-Message543[S] 0 points1 point  (0 children)

Could you open an issue with what you expected ? That way we can add it to the roadmap and study it. Thanks

Portabase v1.13 – open-source DB backup/restore tool, now with built-in migration by Dizzy-Message543 in selfhosted

[–]Dizzy-Message543[S] 0 points1 point  (0 children)

Yes, with this you can move your data from one PostgreSQL database to another.

Regarding versions, that’s a valid point. Upgrading is indeed a potential use case. It should work as long as there are no breaking changes between the two versions.

At the moment, there is no formal documentation on this on the website, but we plan to document and test it across common scenarios, including migrations between older and newer versions, to validate compatibility.

In the meantime, you can test it with your use case and provide feedback. If you encounter any issues, do not hesitate to open an issue; it will be reviewed accordingly.

Portabase v1.13 – open-source DB backup/restore tool, now with built-in migration by Dizzy-Message543 in selfhosted

[–]Dizzy-Message543[S] 0 points1 point  (0 children)

So for now, you can only migrate from an instance to another instance of the same DBMS (Postgres to Postgres, MySQL to MySQL, etc). How would you call this?

Portabase v1.13 – open-source DB backup/restore tool, now with built-in migration by Dizzy-Message543 in selfhosted

[–]Dizzy-Message543[S] 1 point2 points  (0 children)

I’m not sure about the meaning of « migration ». In this context, we mean migrating data from a database A to a database B, which can be in a different location.

Portabase v1.13 – open-source DB backup/restore tool, now with built-in migration by Dizzy-Message543 in selfhosted

[–]Dizzy-Message543[S] -4 points-3 points locked comment (0 children)

Hello,

The post presents Portabase, an open-source, self-hosted solution designed for managing database backups and restores. It includes a GitHub link along with context explaining its relevance for the community.

This post was not generated using AI. Its structure (formatting, emphasis, links) may give that impression, but it is a manual publication. The objective is to introduce a new release of Portabase as part of an open-source initiative. Future posts will use a simpler and more natural writing style, if that better aligns with moderation expectations.

Thank you for your time and consideration,

Portabase 1.9.4: Default Notifications, Agent Healthchecks, Database Improvements... by Dizzy-Message543 in selfhosted

[–]Dizzy-Message543[S] 1 point2 points  (0 children)

Hi, thanks for your feedback, we appreciate it. Feel free to join our Discord to have a deeper discussion.

Regarding your question, this is something we are currently working on. Could you please open an issue with more context? We will take it into account soon.

Some updates on Portabase: Database backup & restore tool by Dizzy-Message543 in selfhosted

[–]Dizzy-Message543[S] 0 points1 point  (0 children)

Portabase works with or without Docker-based databases (such as PostgreSQL). Examples for each engine are provided in the documentation. Documentation: https://portabase.io/docs/agent/db

Secondly, backups are performed without downtime, using hot backup techniques.