JasonBrowne

Untitled

Aug 31st, 2018
310
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.98 KB | None | 0 0
  1. %n@%m:%~%# bench switch-to-develop
  2. Switching for frappe
  3. INFO:bench.utils:git config --unset-all remote.upstream.fetch
  4. INFO:bench.utils:git config --add remote.upstream.fetch '+refs/heads/*:refs/remotes/upstream/*'
  5. INFO:bench.utils:git fetch upstream
  6. INFO:bench.utils:git checkout develop
  7. Already on 'develop'
  8. Your branch is up to date with 'upstream/develop'.
  9. INFO:bench.utils:git merge upstream/develop
  10. Already up to date.
  11. Switching for erpnext
  12. INFO:bench.utils:git config --unset-all remote.upstream.fetch
  13. INFO:bench.utils:git config --add remote.upstream.fetch '+refs/heads/*:refs/remotes/upstream/*'
  14. INFO:bench.utils:git fetch upstream
  15. INFO:bench.utils:git checkout develop
  16. Already on 'develop'
  17. Your branch is up to date with 'upstream/develop'.
  18. INFO:bench.utils:git merge upstream/develop
  19. Already up to date.
  20. Successfully switched branches for:
  21. frappe
  22. erpnext
  23. ()
  24. Switched to develop
  25. Please run `bench update --patch` to be safe from any differences in database schema
  26.  
  27.  
  28.  
  29.  
  30.  
  31. %n@%m:%~%# bench switch-to-branch develop
  32. Switching for erpnext
  33. INFO:bench.utils:git config --unset-all remote.upstream.fetch
  34. INFO:bench.utils:git config --add remote.upstream.fetch '+refs/heads/*:refs/remotes/upstream/*'
  35. INFO:bench.utils:git fetch upstream
  36. INFO:bench.utils:git checkout develop
  37. Already on 'develop'
  38. Your branch is up to date with 'upstream/develop'.
  39. INFO:bench.utils:git merge upstream/develop
  40. Already up to date.
  41. fatal: 'upstream' does not appear to be a git repository
  42. fatal: Could not read from remote repository.
  43.  
  44. Please make sure you have the correct access rights
  45. and the repository exists.
  46. Branch develop does not exist in Upstream for salesforce_catcher
  47. fatal: 'upstream' does not appear to be a git repository
  48. fatal: Could not read from remote repository.
  49.  
  50. Please make sure you have the correct access rights
  51. and the repository exists.
  52. Branch develop does not exist in Upstream for keyfetcher
  53. Switching for frappe
  54. INFO:bench.utils:git config --unset-all remote.upstream.fetch
  55. INFO:bench.utils:git config --add remote.upstream.fetch '+refs/heads/*:refs/remotes/upstream/*'
  56. INFO:bench.utils:git fetch upstream
  57. INFO:bench.utils:git checkout develop
  58. Already on 'develop'
  59. Your branch is up to date with 'upstream/develop'.
  60. INFO:bench.utils:git merge upstream/develop
  61. Already up to date.
  62. Branch develop does not exist in Upstream for ix_purchase_supplier
  63. Branch develop does not exist in Upstream for ktp_kayako_ticket_puller
  64. Branch develop does not exist in Upstream for inventory_driller
  65. Successfully switched branches for:
  66. erpnext
  67. frappe
  68. Switched to develop
  69. Please run `bench update --patch` to be safe from any differences in database schema
  70.  
  71.  
  72.  
  73.  
  74. %n@%m:%~%# bench update --patch
  75. Backing up sites...
  76. Patching sites...
  77. Migrating site1.local
  78. Updating DocTypes for frappe : [========================================]
  79. Updating DocTypes for erpnext : [========================================]
  80. Updating DocTypes for ktp_kayako_ticket_puller: [========================================]
  81. Updating DocTypes for inventory_driller: [========================================]
  82. /usr/home/latte/frappe-bench/apps/frappe/frappe/core/doctype/version/version.py:72: UnicodeWarning: Unicode unequal comparison failed to convert both arguments to Unicode - interpreting them as being unequal
  83. elif (old_value != new_value):
  84. /usr/home/latte/frappe-bench/apps/frappe/frappe/core/doctype/version/version.py:77: UnicodeWarning: Unicode unequal comparison failed to convert both arguments to Unicode - interpreting them as being unequal
  85. if old_data != new_data:
  86. Syncing help database...
  87. INFO:bench.utils:sudo supervisorctl restart frappe-bench-workers: frappe-bench-web:
  88. frappe-bench-workers:frappe-bench-frappe-schedule: stopped
  89. frappe-bench-workers:frappe-bench-frappe-long-worker-0: stopped
  90. frappe-bench-workers:frappe-bench-frappe-default-worker-0: stopped
  91. frappe-bench-workers:frappe-bench-frappe-short-worker-0: stopped
  92. frappe-bench-web:frappe-bench-node-socketio: stopped
  93. frappe-bench-web:frappe-bench-frappe-web: stopped
  94. frappe-bench-workers:frappe-bench-frappe-schedule: started
  95. frappe-bench-workers:frappe-bench-frappe-default-worker-0: started
  96. frappe-bench-workers:frappe-bench-frappe-long-worker-0: started
  97. frappe-bench-workers:frappe-bench-frappe-short-worker-0: started
  98. frappe-bench-web:frappe-bench-frappe-web: started
  99. frappe-bench-web:frappe-bench-node-socketio: started
  100. ________________________________________________________________________________
  101. Bench: Deployment tool for Frappe and ERPNext (https://erpnext.org).
  102. Open source depends on your contributions, so please contribute bug reports, patches, fixes or cash and be a part of the community
  103. ()
  104.  
  105. %n@%m:%~%# bench update --upgrade
  106. Error: no such option: --upgrade
  107.  
  108.  
  109. %n@%m:%~%# bench update --help
  110. Usage: bench update [OPTIONS]
  111.  
  112. Update bench
  113.  
  114. Options:
  115. --pull Pull changes in all the apps in bench
  116. --patch Run migrations for all sites in the bench
  117. --build Build JS and CSS artifacts for the bench
  118. --bench Update bench
  119. --requirements Update requirements
  120. --restart-supervisor restart supervisor processes after update
  121. --restart-systemd restart systemd units after update
  122. --auto
  123. --no-backup
  124. --force
  125. --reset Hard resets git branch's to their new states
  126. overriding any changes and overriding rebase on pull
  127. --help Show this message and exit.
  128.  
  129. %n@%m:%~%# bench --version
  130. 4.1.0
  131.  
  132.  
  133. %n@%m:%~%# bench retry-upgrade
  134.  
  135.  
  136. Cannot proceed with update: You have local changes in app "frappe" that are not committed.
  137.  
  138. Here are your choices:
  139.  
  140. 1. Merge the frappe app manually with "git pull" / "git pull --rebase" and fix conflicts.
  141. 1. Temporarily remove your changes with "git stash" or discard them completely
  142. with "bench update --reset" or for individual repositries "git reset --hard"
  143. 2. If your changes are helpful for others, send in a pull request via GitHub and
  144. wait for them to be merged in the core.
  145.  
  146.  
  147. %n@%m:%~%# cd apps/
  148. %n@%m:%~%# cd frappe/
  149. %n@%m:%~%# git status
  150. On branch develop
  151. Your branch is up to date with 'upstream/develop'.
  152.  
  153. Untracked files:
  154. (use "git add <file>..." to include in what will be committed)
  155.  
  156. frappe/tags
  157.  
  158. nothing added to commit but untracked files present (use "git add" to track)
  159.  
  160.  
  161.  
  162.  
  163. %n@%m:%~%# bench update --reset
  164. INFO:bench.utils:updating bench
  165. INFO:bench.utils:git pull
  166. Already up to date.
  167. INFO:bench.utils:./env/bin/pip install Pillow
  168. Requirement already satisfied: Pillow in ./env/lib/python2.7/site-packages (5.0.0)
  169. INFO:bench.app:pulling frappe
  170. INFO:bench.utils:git fetch --all
  171. Fetching upstream
  172. INFO:bench.utils:git reset --hard upstream/develop
  173. HEAD is now at 624703d1b minor: mapping now takes optional args
  174. INFO:bench.utils:find . -name "*.pyc" -delete
  175. INFO:bench.app:pulling erpnext
  176. INFO:bench.utils:git fetch --all
  177. Fetching upstream
  178. INFO:bench.utils:git reset --hard upstream/develop
  179. HEAD is now at ee8f8281b4 [py3] Convert filter object to list (#15260)
  180. INFO:bench.utils:find . -name "*.pyc" -delete
  181. INFO:bench.app:pulling keyfetcher
  182. INFO:bench.utils:git fetch --all
  183. Fetching ix-gitrepo
  184. Fetching bitbucket-spec
  185. INFO:bench.utils:git reset --hard bitbucket-spec/master
  186. HEAD is now at c221347 filters doctype
  187. INFO:bench.utils:find . -name "*.pyc" -delete
  188. INFO:bench.app:pulling salesforce_catcher
  189. INFO:bench.utils:git fetch --all
  190. Fetching ix-repo
  191. Fetching ix-bitbucket-repo
  192. Fetching github
  193. INFO:bench.utils:git reset --hard github/master
  194. HEAD is now at 23b309d export doctypes via fixtures
  195. INFO:bench.utils:find . -name "*.pyc" -delete
  196. INFO:bench.app:pulling ktp_kayako_ticket_puller
  197. INFO:bench.utils:git fetch --all
  198. Fetching upstream
  199. Fetching bitbucket
  200. INFO:bench.utils:git reset --hard upstream/master
  201. HEAD is now at 1a4d194 add doctype to fixtures
  202. INFO:bench.utils:find . -name "*.pyc" -delete
  203. INFO:bench.app:pulling inventory_driller
  204. INFO:bench.utils:git fetch --all
  205. Fetching upstream
  206. INFO:bench.utils:git reset --hard upstream/master
  207. HEAD is now at 74186fe req
  208. INFO:bench.utils:find . -name "*.pyc" -delete
  209. INFO:bench.app:pulling ix_purchase_supplier
  210. INFO:bench.utils:git fetch --all
  211. Fetching upstream
  212. INFO:bench.utils:git reset --hard upstream/master
  213. HEAD is now at 5c677de Update the Readme
  214. INFO:bench.utils:find . -name "*.pyc" -delete
  215. Updating Python libraries...
  216. INFO:bench.utils:./env/bin/pip install --upgrade pip
  217. Requirement already up-to-date: pip in ./env/lib/python2.7/site-packages (18.0)
  218. INFO:bench.utils:./env/bin/pip install -q -r /usr/home/latte/bench-repo/requirements.txt
  219. INFO:bench.utils:./env/bin/pip install -q -r ./apps/erpnext/requirements.txt
  220. INFO:bench.utils:./env/bin/pip install -q -r ./apps/salesforce_catcher/requirements.txt
  221. INFO:bench.utils:./env/bin/pip install -q -r ./apps/keyfetcher/requirements.txt
  222. INFO:bench.utils:./env/bin/pip install -q -r ./apps/frappe/requirements.txt
  223. INFO:bench.utils:./env/bin/pip install -q -r ./apps/ix_purchase_supplier/requirements.txt
  224. INFO:bench.utils:./env/bin/pip install -q -r ./apps/ktp_kayako_ticket_puller/requirements.txt
  225. INFO:bench.utils:./env/bin/pip install -q -r ./apps/inventory_driller/requirements.txt
  226. Updating node packages...
  227. INFO:bench.utils:yarn install
  228. yarn install v1.3.2
  229. [1/4] Resolving packages...
  230. success Already up-to-date.
  231. Done in 0.61s.
  232. Backing up sites...
  233. Patching sites...
  234. Migrating site1.local
  235. Updating DocTypes for frappe : [========================================]
  236. Updating DocTypes for erpnext : [========================================]
  237. Updating DocTypes for ktp_kayako_ticket_puller: [========================================]
  238. Updating DocTypes for inventory_driller: [========================================]
  239. /usr/home/latte/frappe-bench/apps/frappe/frappe/core/doctype/version/version.py:72: UnicodeWarning: Unicode unequal comparison failed to convert both arguments to Unicode - interpreting them as being unequal
  240. elif (old_value != new_value):
  241. /usr/home/latte/frappe-bench/apps/frappe/frappe/core/doctype/version/version.py:77: UnicodeWarning: Unicode unequal comparison failed to convert both arguments to Unicode - interpreting them as being unequal
  242. if old_data != new_data:
  243. Syncing help database...
  244. yarn run v1.3.2
  245. $ FRAPPE_ENV=production node rollup/build.js
  246. Production mode
  247. ✔ Built js/moment-bundle.min.js
  248. ✔ Built js/libs.min.js
  249.  
  250. Building frappe assets...
  251.  
  252. ✔ Built js/print_format_v3.min.js
  253. ✔ Built js/dialog.min.js
  254. ✔ Built js/web_form.min.js
  255. ✔ Built js/form.min.js
  256. ✔ Built js/list.min.js
  257. ✔ Built js/chat.js
  258. ✔ Built js/desk.min.js
  259. ✔ Built js/control.min.js
  260. ✔ Built css/frappe-rtl.css
  261. ✔ Built css/form.min.css
  262. ✔ Built css/module.min.css
  263. ✔ Built css/list.min.css
  264. ✔ Built css/report.min.css
  265. ✔ Built frappe/css/email.css
  266. ✔ Built css/frappe-web.css
  267. ✔ Built js/frappe-web.min.js
  268. ✔ Built css/web_form.css
  269. ✔ Built css/desk.min.css
  270. ✔ Built js/report.min.js
  271. ✨ Done in 31.223s
  272.  
  273. Building erpnext assets...
  274.  
  275. ✔ Built js/erpnext-web.min.js
  276. ✔ Built js/item-dashboard.min.js
  277. ✔ Built js/erpnext.min.js
  278. ✔ Built css/erpnext-web.css
  279. ✔ Built css/erpnext.css
  280. ✔ Built js/marketplace.min.js
  281. ✨ Done in 11.16s
  282. Done in 43.84s.
  283. INFO:bench.utils:sudo supervisorctl restart frappe-bench-workers: frappe-bench-web:
  284. frappe-bench-workers:frappe-bench-frappe-schedule: stopped
  285. frappe-bench-workers:frappe-bench-frappe-default-worker-0: stopped
  286. frappe-bench-workers:frappe-bench-frappe-long-worker-0: stopped
  287. frappe-bench-workers:frappe-bench-frappe-short-worker-0: stopped
  288. frappe-bench-web:frappe-bench-node-socketio: stopped
  289. frappe-bench-web:frappe-bench-frappe-web: stopped
  290. frappe-bench-workers:frappe-bench-frappe-schedule: started
  291. frappe-bench-workers:frappe-bench-frappe-default-worker-0: started
  292. frappe-bench-workers:frappe-bench-frappe-long-worker-0: started
  293. frappe-bench-workers:frappe-bench-frappe-short-worker-0: started
  294. frappe-bench-web:frappe-bench-frappe-web: started
  295. frappe-bench-web:frappe-bench-node-socketio: started
  296. ________________________________________________________________________________
  297. Bench: Deployment tool for Frappe and ERPNext (https://erpnext.org).
  298. Open source depends on your contributions, so please contribute bug reports, patches, fixes or cash and be a part of the community
  299. ()
  300.  
  301.  
  302. Your branch is up to date with 'upstream/master'.
  303.  
  304. Untracked files:
  305. (use "git add <file>..." to include in what will be committed)
  306.  
  307. ix_purchase_supplier/fixtures/custom_field.json
  308. ix_purchase_supplier/fixtures/custom_script.json
  309.  
  310.  
  311.  
  312. %n@%m:%~%# bench update
  313. INFO:bench.utils:updating bench
  314. INFO:bench.utils:git pull
  315. Already up to date.
  316. INFO:bench.utils:./env/bin/pip install Pillow
  317. Requirement already satisfied: Pillow in ./env/lib/python2.7/site-packages (5.0.0)
  318. INFO:bench.app:pulling frappe
  319. INFO:bench.utils:git pull upstream develop
  320. From https://github.com/frappe/frappe
  321. * branch develop -> FETCH_HEAD
  322. Already up to date.
  323. INFO:bench.utils:find . -name "*.pyc" -delete
  324. INFO:bench.app:pulling erpnext
  325. INFO:bench.utils:git pull upstream develop
  326. From https://github.com/frappe/erpnext
  327. * branch develop -> FETCH_HEAD
  328. Already up to date.
  329. INFO:bench.utils:find . -name "*.pyc" -delete
  330. INFO:bench.app:pulling keyfetcher
  331. INFO:bench.utils:git pull bitbucket-spec master
  332. From https://bitbucket.org/JasonBrowne/keyfetcher
  333. * branch master -> FETCH_HEAD
  334. Already up to date.
  335. INFO:bench.utils:find . -name "*.pyc" -delete
  336. INFO:bench.app:pulling salesforce_catcher
  337. INFO:bench.utils:git pull github master
  338. From https://github.com/jasonbrowne/salesforce_catcher
  339. * branch master -> FETCH_HEAD
  340. Already up to date.
  341. INFO:bench.utils:find . -name "*.pyc" -delete
  342. INFO:bench.app:pulling ktp_kayako_ticket_puller
  343. INFO:bench.utils:git pull upstream master
  344. From ssh://git.ixsystems.com:614/jason/KTP-Kayako-Ticket-Puller
  345. * branch master -> FETCH_HEAD
  346. Already up to date.
  347. INFO:bench.utils:find . -name "*.pyc" -delete
  348. INFO:bench.app:pulling inventory_driller
  349. INFO:bench.utils:git pull upstream master
  350. From ssh://git.ixsystems.com:614/jason/inventory_driller
  351. * branch master -> FETCH_HEAD
  352. Already up to date.
  353. INFO:bench.utils:find . -name "*.pyc" -delete
  354. INFO:bench.app:pulling ix_purchase_supplier
  355. INFO:bench.utils:git pull upstream master
  356. From ssh://git.ixsystems.com:614/viral/ix_purchase_supplier
  357. * branch master -> FETCH_HEAD
  358. Already up to date.
  359. INFO:bench.utils:find . -name "*.pyc" -delete
  360. Updating Python libraries...
  361. INFO:bench.utils:./env/bin/pip install --upgrade pip
  362. Requirement already up-to-date: pip in ./env/lib/python2.7/site-packages (18.0)
  363. INFO:bench.utils:./env/bin/pip install -q -r /usr/home/latte/bench-repo/requirements.txt
  364. INFO:bench.utils:./env/bin/pip install -q -r ./apps/erpnext/requirements.txt
  365. INFO:bench.utils:./env/bin/pip install -q -r ./apps/salesforce_catcher/requirements.txt
  366. INFO:bench.utils:./env/bin/pip install -q -r ./apps/keyfetcher/requirements.txt
  367. INFO:bench.utils:./env/bin/pip install -q -r ./apps/frappe/requirements.txt
  368. INFO:bench.utils:./env/bin/pip install -q -r ./apps/ix_purchase_supplier/requirements.txt
  369. INFO:bench.utils:./env/bin/pip install -q -r ./apps/ktp_kayako_ticket_puller/requirements.txt
  370. INFO:bench.utils:./env/bin/pip install -q -r ./apps/inventory_driller/requirements.txt
  371. Updating node packages...
  372. INFO:bench.utils:yarn install
  373. yarn install v1.3.2
  374. [1/4] Resolving packages...
  375. success Already up-to-date.
  376. Done in 0.60s.
  377. Backing up sites...
  378. Patching sites...
  379. Migrating site1.local
  380. Updating DocTypes for frappe : [========================================]
  381. Updating DocTypes for erpnext : [========================================]
  382. Updating DocTypes for ktp_kayako_ticket_puller: [========================================]
  383. Updating DocTypes for inventory_driller: [========================================]
  384. /usr/home/latte/frappe-bench/apps/frappe/frappe/core/doctype/version/version.py:72: UnicodeWarning: Unicode unequal comparison failed to convert both arguments to Unicode - interpreting them as being unequal
  385. elif (old_value != new_value):
  386. /usr/home/latte/frappe-bench/apps/frappe/frappe/core/doctype/version/version.py:77: UnicodeWarning: Unicode unequal comparison failed to convert both arguments to Unicode - interpreting them as being unequal
  387. if old_data != new_data:
  388. Syncing help database...
  389. yarn run v1.3.2
  390. $ FRAPPE_ENV=production node rollup/build.js
  391. Production mode
  392. ✔ Built js/moment-bundle.min.js
  393. ✔ Built js/libs.min.js
  394.  
  395. Building frappe assets...
  396.  
  397. ✔ Built js/print_format_v3.min.js
  398. ✔ Built js/dialog.min.js
  399. ✔ Built js/web_form.min.js
  400. ✔ Built js/form.min.js
  401. ✔ Built js/list.min.js
  402. ✔ Built js/chat.js
  403. ✔ Built js/desk.min.js
  404. ✔ Built js/control.min.js
  405. ✔ Built css/frappe-rtl.css
  406. ✔ Built css/module.min.css
  407. ✔ Built css/form.min.css
  408. ✔ Built css/list.min.css
  409. ✔ Built css/report.min.css
  410. ✔ Built frappe/css/email.css
  411. ✔ Built css/frappe-web.css
  412. ✔ Built js/frappe-web.min.js
  413. ✔ Built css/web_form.css
  414. ✔ Built css/desk.min.css
  415. ✔ Built js/report.min.js
  416. ✨ Done in 32.185s
  417.  
  418. Building erpnext assets...
  419.  
  420. ✔ Built js/erpnext-web.min.js
  421. ✔ Built js/item-dashboard.min.js
  422. ✔ Built js/erpnext.min.js
  423. ✔ Built css/erpnext.css
  424. ✔ Built css/erpnext-web.css
  425. ✔ Built js/marketplace.min.js
  426. ✨ Done in 11.126s
  427. Done in 45.14s.
  428. INFO:bench.utils:sudo supervisorctl restart frappe-bench-workers: frappe-bench-web:
  429. frappe-bench-workers:frappe-bench-frappe-schedule: stopped
  430. frappe-bench-workers:frappe-bench-frappe-long-worker-0: stopped
  431. frappe-bench-workers:frappe-bench-frappe-short-worker-0: stopped
  432. frappe-bench-workers:frappe-bench-frappe-default-worker-0: stopped
  433. frappe-bench-web:frappe-bench-node-socketio: stopped
  434. frappe-bench-web:frappe-bench-frappe-web: stopped
  435. frappe-bench-workers:frappe-bench-frappe-schedule: started
  436. frappe-bench-workers:frappe-bench-frappe-default-worker-0: started
  437. frappe-bench-workers:frappe-bench-frappe-long-worker-0: started
  438. frappe-bench-workers:frappe-bench-frappe-short-worker-0: started
  439. frappe-bench-web:frappe-bench-frappe-web: started
  440. frappe-bench-web:frappe-bench-node-socketio: started
  441. ________________________________________________________________________________
  442. Bench: Deployment tool for Frappe and ERPNext (https://erpnext.org).
  443. Open source depends on your contributions, so please contribute bug reports, patches, fixes or cash and be a part of the community
  444. ()
  445.  
  446.  
  447. %n@%m:%~%# bench retry-upgrade --version
  448. Error: --version option requires an argument
  449. %n@%m:%~%# bench retry-upgrade --version 11
  450. INFO:bench.app:pulling frappe
  451. INFO:bench.utils:git pull upstream develop
  452. From https://github.com/frappe/frappe
  453. * branch develop -> FETCH_HEAD
  454. Already up to date.
  455. INFO:bench.utils:find . -name "*.pyc" -delete
  456. INFO:bench.app:pulling erpnext
  457. INFO:bench.utils:git pull upstream develop
  458. From https://github.com/frappe/erpnext
  459. * branch develop -> FETCH_HEAD
  460. Already up to date.
  461. INFO:bench.utils:find . -name "*.pyc" -delete
  462. INFO:bench.app:pulling keyfetcher
  463. INFO:bench.utils:git pull bitbucket-spec master
  464. From https://bitbucket.org/JasonBrowne/keyfetcher
  465. * branch master -> FETCH_HEAD
  466. Already up to date.
  467. INFO:bench.utils:find . -name "*.pyc" -delete
  468. INFO:bench.app:pulling salesforce_catcher
  469. INFO:bench.utils:git pull github master
  470. From https://github.com/jasonbrowne/salesforce_catcher
  471. * branch master -> FETCH_HEAD
  472. Already up to date.
  473. INFO:bench.utils:find . -name "*.pyc" -delete
  474. INFO:bench.app:pulling ktp_kayako_ticket_puller
  475. INFO:bench.utils:git pull upstream master
  476. From ssh://git.ixsystems.com:614/jason/KTP-Kayako-Ticket-Puller
  477. * branch master -> FETCH_HEAD
  478. Already up to date.
  479. INFO:bench.utils:find . -name "*.pyc" -delete
  480. INFO:bench.app:pulling inventory_driller
  481. INFO:bench.utils:git pull upstream master
  482. From ssh://git.ixsystems.com:614/jason/inventory_driller
  483. * branch master -> FETCH_HEAD
  484. Already up to date.
  485. INFO:bench.utils:find . -name "*.pyc" -delete
  486. INFO:bench.app:pulling ix_purchase_supplier
  487. INFO:bench.utils:git pull upstream master
  488. From ssh://git.ixsystems.com:614/viral/ix_purchase_supplier
  489. * branch master -> FETCH_HEAD
  490. Already up to date.
  491. INFO:bench.utils:find . -name "*.pyc" -delete
  492. Migrating site1.local
  493. Updating DocTypes for frappe : [========================================]
  494. Updating DocTypes for erpnext : [========================================]
  495. Updating DocTypes for ktp_kayako_ticket_puller: [========================================]
  496. Updating DocTypes for inventory_driller: [========================================]
  497. /usr/home/latte/frappe-bench/apps/frappe/frappe/core/doctype/version/version.py:72: UnicodeWarning: Unicode unequal comparison failed to convert both arguments to Unicode - interpreting them as being unequal
  498. elif (old_value != new_value):
  499. /usr/home/latte/frappe-bench/apps/frappe/frappe/core/doctype/version/version.py:77: UnicodeWarning: Unicode unequal comparison failed to convert both arguments to Unicode - interpreting them as being unequal
  500. if old_data != new_data:
  501. Syncing help database...
  502. yarn run v1.3.2
  503. $ FRAPPE_ENV=production node rollup/build.js
  504. Production mode
  505. ✔ Built js/moment-bundle.min.js
  506. ✔ Built js/libs.min.js
  507.  
  508. Building frappe assets...
  509.  
  510. ✔ Built js/print_format_v3.min.js
  511. ✔ Built js/dialog.min.js
  512. ✔ Built js/web_form.min.js
  513. ✔ Built js/form.min.js
  514. ✔ Built js/list.min.js
  515. ✔ Built js/chat.js
  516. ✔ Built js/desk.min.js
  517. ✔ Built js/control.min.js
  518. ✔ Built css/frappe-rtl.css
  519. ✔ Built css/form.min.css
  520. ✔ Built css/module.min.css
  521. ✔ Built css/report.min.css
  522. ✔ Built css/list.min.css
  523. ✔ Built frappe/css/email.css
  524. ✔ Built css/frappe-web.css
  525. ✔ Built js/frappe-web.min.js
  526. ✔ Built css/desk.min.css
  527. ✔ Built css/web_form.css
  528. ✔ Built js/report.min.js
  529. ✨ Done in 31.355s
  530.  
  531. Building erpnext assets...
  532.  
  533. ✔ Built js/erpnext-web.min.js
  534. ✔ Built js/item-dashboard.min.js
  535. ✔ Built js/erpnext.min.js
  536. ✔ Built css/erpnext.css
  537. ✔ Built css/erpnext-web.css
  538. ✔ Built js/marketplace.min.js
  539. ✨ Done in 10.661s
  540. Done in 43.45s.
  541. --------------------------------------------------------------------------------
  542. Your bench was upgraded to version 11
  543. supervisor.conf already exists and this will overwrite it. Do you want to continue? [y/N]: y
  544. Port configuration list:
  545.  
  546. Site site1.local assigned port: 80
  547. nginx.conf already exists and this will overwrite it. Do you want to continue? [y/N]: y
  548. As you have setup your bench for production, you will have to reload configuration for nginx and supervisor
  549. To complete the migration, please run the following commands
  550. ()
  551. sudo service nginx restart
  552. sudo supervisorctl reload
  553. %n@%m:%~%# sudo service nginx restart
  554. Performing sanity check on nginx configuration:
  555. nginx: [warn] "ssl_stapling" ignored, issuer certificate not found for certificate "/usr/local/etc/nginx/ssl/nginx-selfsigned.crt"
  556. nginx: the configuration file /usr/local/etc/nginx/nginx.conf syntax is ok
  557. nginx: configuration file /usr/local/etc/nginx/nginx.conf test is successful
  558. Stopping nginx.
  559. Waiting for PIDS: 719.
  560. Performing sanity check on nginx configuration:
  561. nginx: [warn] "ssl_stapling" ignored, issuer certificate not found for certificate "/usr/local/etc/nginx/ssl/nginx-selfsigned.crt"
  562. nginx: the configuration file /usr/local/etc/nginx/nginx.conf syntax is ok
  563. nginx: configuration file /usr/local/etc/nginx/nginx.conf test is successful
  564. Starting nginx.
  565. nginx: [warn] "ssl_stapling" ignored, issuer certificate not found for certificate "/usr/local/etc/nginx/ssl/nginx-selfsigned.crt"
  566. %n@%m:%~%# sudo supervisorctl reload
  567. Restarted supervisord
  568.  
  569.  
  570.  
  571. https://github.com/frappe/erpnext/releases
Add Comment
Please, Sign In to add comment