Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
yotta
/
pictogram
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
60
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
ad3c1a36
authored
Jan 16, 2018
by
Arturo Montejo Ráez
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
updated README and CHANGES
parent
ebb036aa
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
2 deletions
.gitignore
sails/cron/README.md
sails/src/CHANGES.md
.gitignore
View file @
ad3c1a36
...
...
@@ -48,6 +48,7 @@ sails/src/assets/javadoc
sails/src/assets/upload.tgz.gpg
sails/src/crash.log
sails/src/*.sql
sails/pre
# NOT to be ignored #
# This files override sails-mysql files to support milliseconds timestamps #
...
...
sails/cron/README.md
View file @
ad3c1a36
...
...
@@ -48,4 +48,4 @@ El comando cron que hay de muestra en `crontab` se encargará de hacer una copia
Se realiza con logrotate. Lo ideal es tener una entrada en el cron de root con
@daily /usr/sbin/logrotate -s sails/cron/logrotate.status sails/cron/logrotate.conf
No hay que olvidar que el fichero logrotate debe tener los permisos 644 y pertenecer a root:root
\ No newline at end of file
No hay que olvidar que el fichero logrotate.conf debe tener los permisos 644 y pertenecer a root:root
sails/src/CHANGES.md
View file @
ad3c1a36
...
...
@@ -7,3 +7,9 @@
-
Lanzar desde MySQL el archivo roles/database/files/new-grid-system-adapt.sql
-
Reactivar triggers
# Changes for logs rotation and reporting
-
Change permissions for logrotate.conf: chmod 644, chown root:root
-
Insert entry in crontab:
`@daily /usr/sbin/logrotate -s /home/ubuntu/pictogram/sails/cron/logrotate.status /home/ubuntu/pictogram/sails/cron/logrotate.conf`
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment