The Postgres.ai team is happy to announce the release of version 3.1 of Database Lab Engine (DLE), the most advanced open-source software ever released that empowers development, testing, and troubleshooting environments for fast-growing projects. The use of Database Lab Engine 3.1 provides a competitive advantage to companies via implementing the "Shift-left testing" approach in software development.
Database Lab Engine is an open-source technology that enables thin cloning for PostgreSQL. Thin clones are exceptionally useful when you need to scale the development process. DLE can manage dozens of independent clones of your database on a single machine, so each engineer or automation process works with their own database provisioned in seconds without extra costs.
In this release, the development team has also focused on the Database Lab Engine community, making it easier to get help or contribute. The team greets all new contributors: @Nikolay Devxx, @asotolongo, @Tanya301, @denis-boost, @pietervincken, @ane4ka
Action required to migrate from a previous version. If you are running DLE 3.0 or older, to upgrade to DLE 3.1, please read the Migration notes.
In DLE 3.1:
- Native support for pgBackRest as a tool to restore data from archives (physical mode, including continuously updated state), in addition to the existing support of WAL-G
- Allow configuring timezone in DLE CLI configuration to improve the experience of using DLE in CI/CD pipelines
- Improved README.md, translated to four languages, added CONTRIBUTING.md, SECURITY.md, and CODE_OF_CONDUCT.md
- Many improvements in the engine and UI to improve work both in logical and physical modes
Community news:
- ๐ DLE repository on GitHub now has 1,100+ stars; many thanks to everyone who supports the project in any way
- ๐ฅ Pieter Vincken has published a blog post describing their experience of using DLE: \"Testing with production data made easy\"
- ๐ The Twitter account has reached 400 followers โ please follow @Database_Lab
- ๐ DLE now has 15 contributors. More contributions are welcome! See \"good first issues\"
- ๐ฅ Please consider various ways to contribute โ read CONTRIBUTING.md
What's newโ
pgBackRest supportโ
DLE 3.1 adds native support for pgBackRest as a data source. This means you can now use pgBackRest archives to initialize thin clones, in addition to the existing WAL-G support.
Timezone configuration for CLIโ
You can now configure timezone settings in the DLE CLI configuration, which improves the experience when using DLE in CI/CD pipelines across different time zones.
Community improvementsโ
This release includes significant improvements to community resources:
- Enhanced README.md with translations in four languages
- Added comprehensive CONTRIBUTING.md guidelines
- New SECURITY.md for reporting security issues
- CODE_OF_CONDUCT.md to ensure a welcoming community environment
Engine and UI improvementsโ
Many improvements have been made to both the engine and UI to enhance the experience in both logical and physical modes of operation.
Migration notesโ
If you are running DLE 3.0 or older, please read the full Migration notes before upgrading to DLE 3.1.
Get startedโ
To get started with Database Lab Engine 3.1:
- Check out the installation guide
- Join our community Slack
- Follow @Database_Lab on Twitter for updates

DBLab Engine 4.0
Instant database branching with O(1) economics.