Azure / azure-postgresql

Azure Database for PostgreSQL (fully managed service for PostgreSQL in Azure)
MIT License
77 stars 78 forks source link

Changes on database reverted randomly #119

Open ziXet opened 3 months ago

ziXet commented 3 months ago

We are using Azure postgresql flexiable and we have observed instances in which a change (update) of a record(s) get back to it's previous value randomly.

For example, in a table that has a column named "value", when I change it from A to B, it gets changed/commited but after a while (maybe an hour), we see that the value of that record is revereted back to "A".

This is so weird and we have no clue what's happening.