sonic-buildimage/dockers/docker-database
Dong Zhang de5a04ad18
[MultiDB] : add persistence field for each redis instance (#4254)
- add "persistence" field for each redis instance in database_config.json
- we will use this information to decide if saving redis instance data while warm/fast reboot
   - before multiDB changes, SONiC uses "redis-cli save " to save all the data into rdb file on default instance on port 6379
   - with multiDB changes, we plan to implement "sonic-db-cli save" to save all data to corresponding rdb files on all listed redis instances which has "persistence" field set "yes"
2020-04-07 21:01:39 -07:00
..
base_image_files [Services] Allow monit system tool to monitor the critical processes status running in various SONiC containers. (#3940) 2020-01-10 16:21:02 -08:00
critical_processes [Services] Restart database service upon unexpected critical process exit. (#4138) 2020-02-11 14:03:02 -08:00
database_config.json [MultiDB] : add persistence field for each redis instance (#4254) 2020-04-07 21:01:39 -07:00
docker-database-init.sh create multiple Redis DB instances based on CONFIG at /etc/sonic/database_config.json (#2182) 2019-08-28 11:15:10 -07:00
Dockerfile.j2 [Services] Restart database service upon unexpected critical process exit. (#4138) 2020-02-11 14:03:02 -08:00
ping_pong_db_insts create multiple Redis DB instances based on CONFIG at /etc/sonic/database_config.json (#2182) 2019-08-28 11:15:10 -07:00
supervisord.conf.j2 [Services] Restart BGP service upon unexpected critical process exit. (#4207) 2020-03-03 16:50:32 -08:00