Opened 10 years ago

Closed 10 years ago

#46 closed task (fixed)

Subida em PROD 02/10/2014

Reported by: marlomk@… Owned by: marlomk@…
Priority: critical Milestone: E-mails Turmas Transferidas
Component: Acadêmico Version:
Keywords: Cc:

Description (last modified by marlomk@…)

  1. Atualizar o BD (192.168.0.8) utilizando o script do Ticket #20:
for d in `mysql -uroot -p -e "select banco from sistemaunico.pessoa"`; do mysql -uroot -p $d < alteracoes.sql;done
  1. Fazer o merge do uat no trunk
cd trunk
svn up
svn merge ^/branches/uat
svn ci -m "Merge do UAT no Trunk para subida em PROD da versão 1.4.`echo $(( 1 + $(svn info | grep "Revision:" | cut -d ' ' -f 2) ))`"
svn up
svn copy http://svn.posugf.com.br/sistemaunico/trunk http://svn.posugf.com.br/tags/1.4.`svn info | grep "Last Changed Rev:" | cut -d ' ' -f 4`
  1. Atualizar o servidor (192.168.2.254) acessando o endereço abaixo:
sis.posugf.com.br/atualiza.php

Et voilà, sistema atualizado.

Change History (7)

comment:1 Changed 10 years ago by marlomk@…

Description: modified (diff)

comment:2 Changed 10 years ago by marlomk@…

Description: modified (diff)

comment:3 Changed 10 years ago by marlomk@…

Description: modified (diff)

comment:4 Changed 10 years ago by marlomk@…

Description: modified (diff)

comment:5 Changed 10 years ago by marlomk@…

Owner: set to marlomk@…
Status: newaccepted

comment:6 Changed 10 years ago by marlomk@…

Resolution: fixed
Status: acceptedtesting

comment:7 Changed 10 years ago by marlomk@…

Status: testingclosed
Note: See TracTickets for help on using tickets.