Re: [Astlinux-users] RAMdisk and HA

2017-07-08 Thread The Cadillac Kid via Astlinux-users
I run my asterisk DB in RAM on my regular asterisk servers..  I have an agent that automatically backs that up every so often to set a of files..  if my asterisk system crashes then it reloads my asterisk DB on boot..  persistence is maintained via storing my asterisk DB as a datadump style file

Re: [Astlinux-users] RAMdisk and HA

2017-07-08 Thread David Kerr
Astlinux already uses a tmpfs for most files. For those specific files that need to be persistent astlinux uses a soft link to /mnt/kd which is persistent store. You can see this e.g. in /var/spool/asterisk. Is there a specific file you want to have on tmpfs that is not? Astlinux has HA for th