Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F12740619
init.sls
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
init.sls
View Options
# -------------------------------------------------------------
# Salt — Database server — MySQL
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Project: Nasqueron
# License: Trivial work, not eligible to copyright
# Description: A treasure chest to store databases we can
# restore if needed. Those databases are no
# longer in use but may contain valuable data
# or serve to our inheritance.
# -------------------------------------------------------------
{%
from
"map.jinja"
import
dirs
with context
%}
# -------------------------------------------------------------
# X marks the spot.
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
/var/backups/db-treasure-chest
:
file.directory
:
-
user
:
root
-
mode
:
700
/var/backups/db-treasure-chest/_restored
:
file.directory
:
-
user
:
root
-
mode
:
700
# -------------------------------------------------------------
# Found something? Here is the shovel.
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
{{
dirs.bin
}}
/db-treasure-import
:
file.managed
:
-
source
:
salt://roles/dbserver-mysql/treasure-chest/files/db-treasure-import.sh
-
mode
:
755
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Nov 16, 13:02 (50 m, 51 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3165485
Default Alt Text
init.sls (1 KB)
Attached To
Mode
rOPS Nasqueron Operations
Attached
Detach File
Event Timeline
Log In to Comment