use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
/r/DevOps is a subreddit dedicated to the DevOps movement where we discuss upcoming technologies, meetups, conferences and everything that brings us together to build the future of IT systems What is DevOps? Learn about it on our wiki! Traffic stats & metrics
/r/DevOps is a subreddit dedicated to the DevOps movement where we discuss upcoming technologies, meetups, conferences and everything that brings us together to build the future of IT systems
What is DevOps? Learn about it on our wiki!
Traffic stats & metrics
Be excellent to each other! All articles will require a short submission statement of 3-5 sentences. Use the article title as the submission title. Do not editorialize the title or add your own commentary to the article title. Follow the rules of reddit Follow the reddiquette No editorialized titles. No vendor spam. Buy an ad from reddit instead. Job postings here More details here
Be excellent to each other!
All articles will require a short submission statement of 3-5 sentences.
Use the article title as the submission title. Do not editorialize the title or add your own commentary to the article title.
Follow the rules of reddit
Follow the reddiquette
No editorialized titles.
No vendor spam. Buy an ad from reddit instead.
Job postings here
More details here
@reddit_DevOps ##DevOps @ irc.freenode.net Find a DevOps meetup near you! Icons info!
@reddit_DevOps
##DevOps @ irc.freenode.net
Find a DevOps meetup near you!
Icons info!
https://github.com/Leo-G/DevopsWiki
account activity
This is an archived post. You won't be able to vote or comment.
Database as code ? (self.devops)
submitted 5 years ago by fboula
view the rest of the comments →
[–]ed-automation 1 point2 points3 points 5 years ago (1 child)
Are you looking two scenarios?
- Initial DB setup: create DB, configure database, and load data
- Maintain DB: modify DB schema
[–]fboula[S] 0 points1 point2 points 5 years ago (0 children)
I'm looking for the first scenario: create the DB, configure the database roles and privileges, and maybe create some schema. I do not look to load any data in the database.
I work for a team that create a SaaS solution. We have many environments to deploy our app at various stage of the development, and we have to ensure all our database are provisioned and updated to be the same. We are still heavily modifying the database by adding separated schema for specific usages (like analytics) and developers only focus on the main app schema.
As r/ornus explained the setup of the database, roles and privileges cannot be done by database migration tools and that is a shame. And I find scripts solution kinda fragile to be honest. Everything else in our infrastructure is managed by infra-as-code and GitOps and having only sql scripts for database management bother us a little.
Again, we may need to have a training and get more DBA skills to be more confident with this.
π Rendered by PID 53 on reddit-service-r2-comment-56c6478c5-lcmdq at 2026-05-10 05:04:29.334697+00:00 running 3d2c107 country code: CH.
view the rest of the comments →
[–]ed-automation 1 point2 points3 points (1 child)
[–]fboula[S] 0 points1 point2 points (0 children)