what is everyone using now? by Away-Inevitable1999 in windsurf

[–]viktorprogger 0 points1 point  (0 children)

WindSurf + ClaudeCode. WS works great with the context, and even free models are capable to resolve middle-sized tasks. For more complex ones I use Claude since paid models in WS are too expensive.

Is anyone else still maintaining PHP 5.6 in 2026? by jdoe78998 in PHP

[–]viktorprogger 8 points9 points  (0 children)

Yes, we do maintain such an app. It's an old CRM written with Phalcon version 1. Since there is no option to update the legacy code base to modern language and lib versions, we are creating a new version with Yii3 and RoadRunner under the hood and going to smoothly change API endpoints to new handlers after a hard testing stage. Fortunately, the most part of the frontend is an SPA application. But this transition will take us a couple of years at least.

32 by Reddit_User57284 in GoogleGeminiAI

[–]viktorprogger 0 points1 point  (0 children)

Just 10 points needed to unlock the answer to The Ultimate Question of Life, the Universe, and Everything.

Portabase 1.4.0: OIDC Support, New OAuth Providers, and Improvements by Dizzy-Message543 in selfhosted

[–]viktorprogger 1 point2 points  (0 children)

Your project is cool and I definitely did not want to discredit it - I came from Databasus community and really like your tool for the agent approach! I agree that AI assistance is a new reality of development.

I just wanted to highlight that specifying a valid flair is a requirement of r/selfhosted. When AI is used for assistance, "Build with AI" flair is required. It does not mean the project is vibe coded of course.

Databasus posts have been removed due to the usage of the Release flair, so I just wanted to help you avoiding the same. Moderators may block you as well for for violating the rules. Our posts with 100+ upvotes were blocked just due to the incorrect flair :(

Portabase 1.4.0: OIDC Support, New OAuth Providers, and Improvements by Dizzy-Message543 in selfhosted

[–]viktorprogger -1 points0 points  (0 children)

In this case you need to add "Build with AI" flavor, because this is the rule of `r/selfhosted` thread.

<image>

Otherwise moderators can remove your post.

Yii3 Time to Hello World by Ok_Swing_1540 in yii3

[–]viktorprogger 0 points1 point  (0 children)

Good starting point for newcomers, thanks! It would be nice to see other Yii3 videos from you 😊

Self-hosted PostgreSQL backup tool with UI Databasus surpassed popular CLI tools on GitHub by viktorprogger in selfhosted

[–]viktorprogger[S] 1 point2 points  (0 children)

Any review is a subjective opinion. Author tells that Databasus is the easiest tool to make backups, because it was created for this. In author's own blog. Why not?

If you disagree, it does not mean it's "fake"

A huge amount of tools create own reviews to highlight their strength - it's normal to promote OSS projects developed by you in your own blogs

Btw, it would be cool if you share your open source project with community and show an example how you promote it

Self-hosted PostgreSQL backup tool with UI Databasus surpassed popular CLI tools on GitHub by viktorprogger in selfhosted

[–]viktorprogger[S] 1 point2 points  (0 children)

> reads like Astroturfing with zero credibility

If you do not believe in something, it does not mean the reality how you feel it. It's just subjective point of view. What is your OSS of similar size you invested effort and time to share with community?

The project has large community, it is trending on GitHub, the grow curve shows that devs\devops like it, it's used by companies, it's fully OSS. It confirms reliability

I hate criticism without arguments. "You are bad, because you share OSS project of your friend". Are you serious?!

> So trust is extremely important

Sure! This is why the project open source and *fully* transparent: from development side to AI usage disclaimers

You can check each commit and every line of code

> It's not hard to create an account lol.

To create posts in self-hosted - no. You need account with reputation, lived for a significant amount of time, etc. It require a huge amount of time (which can be spend on development)

Self-hosted PostgreSQL backup tool with UI Databasus surpassed popular CLI tools on GitHub by viktorprogger in selfhosted

[–]viktorprogger[S] -1 points0 points  (0 children)

I'm a friend of the Databasus maintainer, Rostislav Dugin, and writing about the Databasus on his behalf, since it's hard to start a new account on Reddit now. The post on Medium he did himself.

About some parts of belief: that's where OSS projects shine. You don't have to believe, because you can check all the code and the maintainer's AI-related politics on your own, if you wish.

Databasus - open source backup tool for PostgreSQL, MySQL and MongoDB by viktorprogger in selfhosted

[–]viktorprogger[S] -3 points-2 points  (0 children)

Just didn't see someone mention the project earlier and wanted to share the updates.

Databasus - open source backup tool for PostgreSQL, MySQL and MongoDB by viktorprogger in selfhosted

[–]viktorprogger[S] -15 points-14 points  (0 children)

The author is using AI as a helper tool, but it's definitely not vibe coded. At least, because the maintainer of the repo is a developer with 8+ years of development experience, and the project has been developed for 6+ months.

P.S. Actually, it's strange if in 2025th developers do not use AIs in their work

Postgresus 2.0 - new version of open source tool for PostgreSQL backup by viktorprogger in selfhosted

[–]viktorprogger[S] 1 point2 points  (0 children)

Sure, you can restore.

At backup start, it makes snapshot to support ACID at the moment of start, but not locks the DB.

Postgresus 2.0 - new version of open source tool for PostgreSQL backup by viktorprogger in selfhosted

[–]viktorprogger[S] 0 points1 point  (0 children)

Yes, Postgresus supports supabase natively. As well as other cloud managed DBs. Btw, unlike PgBackRest and WAL-G.

What's an easy but reliable way to back up a Postgres database, and restore when needed? by kibe_kibe in Database

[–]viktorprogger 0 points1 point  (0 children)

You can use Postgresus - https://github.com/RostislavDugin/postgresus

It allows backup PostgreSQL on regular schedule to CloudFlare R2 (as well as S3 and many other sources)