Skip to content
Snippets Groups Projects
  1. Nov 02, 2021
  2. Oct 11, 2021
  3. Oct 06, 2021
  4. Sep 03, 2021
  5. Jul 06, 2021
  6. Jun 24, 2021
  7. May 24, 2021
  8. May 14, 2021
  9. May 10, 2021
  10. Apr 23, 2021
  11. Apr 14, 2021
  12. Mar 22, 2021
  13. Mar 02, 2021
  14. Feb 23, 2021
  15. Jan 14, 2021
  16. Jan 07, 2021
  17. Dec 16, 2020
  18. Nov 13, 2020
    • Erik Johnston's avatar
      Fix port script so that it can be run again after failure. (#8755) · 1b15a3d9
      Erik Johnston authored
      If the script fails (or is CTRL-C'ed) between porting some of the events table and copying of the sequences then the port script will immediately die if run again due to the postgres DB having inconsistencies between sequences and tables.
      
      The fix is to move the porting of sequences to before porting the tables, so that there is never a period where the Postgres DB is inconsistent. To do that we need to change how we port the sequences so that it calculates the values from the SQLite DB rather than the Postgres DB.
      
      Fixes #8619 
      1b15a3d9
  19. Nov 11, 2020
  20. Nov 02, 2020
  21. Oct 20, 2020
  22. Oct 06, 2020
  23. Oct 02, 2020
    • Erik Johnston's avatar
      Add logging on startup/shutdown (#8448) · e3debf96
      Erik Johnston authored
      This is so we can tell what is going on when things are taking a while to start up.
      
      The main change here is to ensure that transactions that are created during startup get correctly logged like normal transactions.
      e3debf96
  24. Sep 28, 2020
  25. Sep 24, 2020
  26. Sep 17, 2020
  27. Aug 06, 2020
  28. Aug 05, 2020
  29. Jul 29, 2020
  30. Jul 16, 2020
  31. Jun 23, 2020
  32. Jun 22, 2020
  33. Jun 17, 2020
  34. Jun 16, 2020
  35. May 22, 2020
  36. May 07, 2020
Loading