Skip to content
/ emaj Public
forked from dalibo/emaj

E-Maj is a PostgreSQL extension that tracks updates on tables sets with rollback capabilities

License

Notifications You must be signed in to change notification settings

mayeulk/emaj

This branch is 5 commits ahead of, 154 commits behind dalibo/emaj:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

dbf469d · Aug 17, 2023
Apr 20, 2023
Aug 17, 2023
Jul 13, 2023
Jul 13, 2023
Jun 15, 2023
Jul 19, 2019
Jul 12, 2023
Dec 17, 2018
Dec 17, 2017
Dec 17, 2018
Jun 17, 2020
Mar 13, 2018
Apr 2, 2023

Repository files navigation

E-Maj

E-Maj: logs and rollbacks table updates

Version:

License

This software is distributed under the GNU General Public License.

Objectives

The main goals of E-Maj are:

  • log updates performed on one or several sets of tables.
  • cancel these updates if needed, and reset a tables set to a predefined stable state.

In development environments, it brings a good help in testing application, providing an easy way to rollback all updates generated by programs execution, and replay these processings as many times as needed.

In production environments, it brings a good solution to:

  • keep an history of updates performed on tables to examine them in case of problem
  • set inter-batch savepoints on groups of tables,
  • easily "restore" this group of tables at a stable state, without being obliged to stop the cluster,
  • handle several savepoints during batch windows, each of them been usable at any time as "restore point".

It brings a good alternative to the management of several database disk images.

In both environments, being able to examine the history of updates performed on tables can be very helpful in debugging work or for any other purposes.

Distribution

E-Maj is available via the PGXN platform (https://pgxn.org/dist/e-maj/). It is also available on github (https://github.com/dalibo/emaj).

Documentation

A detailed documentation can be found here, in English and in French.

How to install and use E-Maj

E-Maj can be installed using the usual method for postgres extensions (ie. CREATE EXTENSION emaj CASCADE;).

The documentation contains all the detailled information needed to install and use E-Maj.

Emaj_web GUI

Emaj_web is a web GUI tool that brings a user friendly E-Maj administration. It is written in PHP.

The Emaj_web client is available on github.

Its installation and its usage are also described in the documentation.

Contributing

Any contribution on the project is welcome. A part of the documentation deals with how to contribute.

Support

For additional support or bug report, please create an issue on the github repository or contact Philippe BEAUDOIN (phb emaj free fr).

Any feedback is welcome, even to just notice you use and appreciate E-Maj ;-)

About

E-Maj is a PostgreSQL extension that tracks updates on tables sets with rollback capabilities

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PLpgSQL 98.6%
  • Other 1.4%