issues
search
mkabilov
/
logical_backup
[WIP] Continuous backup of the tables using PostgreSQL logical replication
MIT License
9
stars
3
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Create a proper basebackup in case when table is empty. Without this …
#55
zilder
closed
5 years ago
0
Refactoring and one bugfix
#54
zilder
closed
5 years ago
0
[idea] make restore command act as a postgres server
#53
mkabilov
opened
5 years ago
0
Do Panic on errors with fsync() and possibly close()
#52
alexeyklyukin
opened
5 years ago
0
[WIP] Refactoring
#51
mkabilov
closed
5 years ago
0
Add zap logger infrastructure.
#50
alexeyklyukin
opened
5 years ago
1
Enable CI with Travis
#49
alexeyklyukin
closed
5 years ago
1
Panic during the test run
#48
alexeyklyukin
opened
5 years ago
3
First take on enabling travis
#47
alexeyklyukin
closed
5 years ago
0
Travis
#46
alexeyklyukin
closed
5 years ago
0
Handling of errors propagated from the lower-levels
#45
alexeyklyukin
opened
5 years ago
0
Customize default zap configuration.
#44
alexeyklyukin
closed
5 years ago
0
Implement structured logging with zap
#43
alexeyklyukin
closed
5 years ago
1
Introduce structured logging
#42
alexeyklyukin
opened
5 years ago
1
SIGSTOP signal handler
#41
zilder
opened
5 years ago
0
delta inspector command line utility
#40
mkabilov
closed
5 years ago
0
add travis ci
#39
mkabilov
opened
5 years ago
1
More refactoring
#38
mkabilov
closed
5 years ago
1
Skip already written per-table deltas, fixes for ad6c9f2.
#37
alexeyklyukin
closed
5 years ago
0
Persist per-table state between restart.
#36
alexeyklyukin
closed
5 years ago
0
some refactoring
#35
mkabilov
closed
5 years ago
1
Preserve table backup state between restarts
#34
alexeyklyukin
opened
5 years ago
0
bugfixes
#33
alexeyklyukin
closed
5 years ago
0
temp tables
#32
mkabilov
closed
5 years ago
2
could not map filenode
#31
mkabilov
opened
6 years ago
2
Report current LSN as a flush LSN during the table segment switch
#30
alexeyklyukin
closed
5 years ago
0
Move some methods out of the struct
#29
mkabilov
closed
6 years ago
0
[WIP] Restore
#28
mkabilov
closed
6 years ago
0
make tempDir optional
#27
mkabilov
closed
6 years ago
0
Fix not writing begin message introduced at da78b4be
#26
alexeyklyukin
closed
6 years ago
0
Export backup progress to prometheus
#25
alexeyklyukin
closed
6 years ago
0
Save info file even if the table is empty
#24
mkabilov
closed
6 years ago
1
Fix FetchRelationInfo function
#23
mkabilov
closed
6 years ago
0
fix FetchRelationInfo
#22
mkabilov
closed
6 years ago
0
Export backup metrics to prometheus
#21
alexeyklyukin
closed
5 years ago
1
Persist OID to name map
#20
alexeyklyukin
closed
6 years ago
0
Simplify backup table path
#19
alexeyklyukin
closed
6 years ago
0
Use dedicated Lsn and Oid types instad of the uint64 and uint32.
#18
alexeyklyukin
closed
6 years ago
0
[WIP] switch to go modules
#17
mkabilov
opened
6 years ago
0
Write current deltas into a memory buffer instead of a disk file.
#16
alexeyklyukin
closed
6 years ago
0
Fix setting replica identity logic
#15
mkabilov
closed
6 years ago
0
better naming; some refactoring
#14
mkabilov
closed
6 years ago
0
Get rid of the archive channel in favour of the queue
#13
mkabilov
closed
6 years ago
0
Minor improvements around the initialization code and backups.
#12
alexeyklyukin
closed
6 years ago
0
Use memory buffer to write current deltas before flushing them
#11
alexeyklyukin
closed
6 years ago
2
Miscellaneous stability improvements.
#10
alexeyklyukin
closed
6 years ago
1
Fsync deltas on disk before writing
#9
alexeyklyukin
opened
6 years ago
0
Drop the temp logical replication slot immediately after creation
#8
alexeyklyukin
closed
6 years ago
1
Avoid writing (and archiving) deltas we don't need
#7
alexeyklyukin
opened
6 years ago
0
Attempt to prevent CloseOldFiles from closing a file we still write to.
#6
alexeyklyukin
closed
6 years ago
0
Next