{"id":45,"date":"2020-10-21T15:24:44","date_gmt":"2020-10-21T08:24:44","guid":{"rendered":"http:\/\/warawich.com\/?p=45"},"modified":"2022-04-27T09:52:31","modified_gmt":"2022-04-27T02:52:31","slug":"install-pm2-log-lotate-offline","status":"publish","type":"post","link":"https:\/\/warawich.com\/index.php\/2020\/10\/21\/install-pm2-log-lotate-offline\/","title":{"rendered":"Install PM2 Log rotate offline"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">1. Install pm2-logrotate from online computer with command<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">pm2 install pm2-logrotate<\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">2. Compress file pm2-logrotate from pm2 module path <\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">cd \/root\/.pm2\/modules\/\ntar czvf pm2-logrotate.tgz pm2-logrotate\/<\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">3. Copy pm2-logrotate to offline computer<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">4. Decompress file to pm2 module path <\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">cd \/root\/.pm2\/modules\/\ntar xzvf pm2-logrotate.tgz<\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">5. Start pm2 with command<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">pm2 start --name \"pm2-logrotate\"  \/root\/.pm2\/modules\/pm2-logrotate\/node_modules\/pm2-logrotate\/app.js\n\npm2 save<\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">If you want to change schedule, you can configure from file <\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>vim \/root\/.pm2\/modules\/pm2-logrotate\/node_modules\/pm2-logrotate\/package.json<\/code><\/pre>\n\n\n\n<pre class=\"wp-block-preformatted\"> \"config\": {\n    \"max_size\": \"10M\",\n    \"retain\": \"90\",\n    \"compress\": false,\n    \"dateFormat\": \"YYYY-MM-DD_HH-mm-ss\",\n    \"workerInterval\": \"30\",\n    \"rotateInterval\": \"0 0 * * *\",\n    \"rotateModule\": true\n  },\n<\/pre>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>1. Install pm2-logrotate from online computer with command pm2 install pm2-logrotate 2. Compress file pm2-logrotate from pm2 module path cd \/root\/.pm2\/modules\/ tar czvf pm2-logrotate.tgz pm2-logrotate\/ 3. Copy pm2-logrotate to offline computer 4. Decompress file to pm2 module path cd \/root\/.pm2\/modules\/ tar xzvf pm2-logrotate.tgz 5. Start pm2 with command pm2 start &#8211;name &#8220;pm2-logrotate&#8221; \/root\/.pm2\/modules\/pm2-logrotate\/node_modules\/pm2-logrotate\/app.js pm2 save &hellip; <\/p>\n<p class=\"link-more\"><a href=\"https:\/\/warawich.com\/index.php\/2020\/10\/21\/install-pm2-log-lotate-offline\/\" class=\"more-link\">Continue reading<span class=\"screen-reader-text\"> &#8220;Install PM2 Log rotate offline&#8221;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-45","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/warawich.com\/index.php\/wp-json\/wp\/v2\/posts\/45","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/warawich.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/warawich.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/warawich.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/warawich.com\/index.php\/wp-json\/wp\/v2\/comments?post=45"}],"version-history":[{"count":8,"href":"https:\/\/warawich.com\/index.php\/wp-json\/wp\/v2\/posts\/45\/revisions"}],"predecessor-version":[{"id":114,"href":"https:\/\/warawich.com\/index.php\/wp-json\/wp\/v2\/posts\/45\/revisions\/114"}],"wp:attachment":[{"href":"https:\/\/warawich.com\/index.php\/wp-json\/wp\/v2\/media?parent=45"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/warawich.com\/index.php\/wp-json\/wp\/v2\/categories?post=45"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/warawich.com\/index.php\/wp-json\/wp\/v2\/tags?post=45"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}