라이믹스 버전 확인

Extra Form
PHP PHP 7.3
CMS Rhymix

현재 1.9.9.9 버전을 사용중입니다.

이번에 2.0 업데이트를 하였다는 얘기를 보고

 

 

git으로 업데이트를 하였습니다.

git pull로 했더니 업데이트 되었다고 나오는데 막상 관리자 페이지에서는 1.9.9.9로 나와서요

 

혹시 ssh 상태에서 라이믹스 버전을 확인하는 명령어가 따로 있나요?

 

  • profile

    업데이트가 안된거 아닌가요? 2.0.1 이어야 합니다.
    common/constants.php
    파일 열어보면 버전 적혀있는 것으로 압니다.

  • profile profile
    그렇네요^^
    왜 git pull을 했는데도 업데이트가 안될까요. 설치할때도 git으로 설치를 했는데
    이상하네요

    여기서 라이믹스를 덮어씌어서 업데이트 하는게 나을까요?
    혹시 그렇게 했을 경우 영향이 있을까요?
  • profile profile
    전 git을 써본적이 없어서 왜 안되는지는 저도 잘...
  • profile profile
    답변 감사합니다. 웹지기님^^
  • profile
    pull 도중 충돌 등으로 중단된 상황일수 있습니다. 이경우 일부 파일만 업데이트된 상태이므로 버전 역시 예전 버전으로 나올수 있습니다.

    git status로 충돌이 생긴 파일이 있는지(conflict 관련 내용이 나오면 충돌이 생긴겁니다) 체크하시고 해결하셔야 합니다.
  • profile profile
    따로 conflict 관련 내용은 없었습니다.
    지금은 그냥 already up to date라고만 나오네요..
  • profile
    깃으오 업데이트 한다면 어떤명영어를 사용하였고 어떤메세지가 나왔는지 알려주실 필요는 있습니다.
  • profile profile
    git stash -> git pull -> git stash apply -> git stash clear 하였습니다
    지금은 기록에 남아 있지 않고
    git pull을 하면 모든 파일이 업데이트 되었다고 나옵니다.

    기억나는데 git pull 하였을때 20개 정도의 파일이 업데이트 되었고, 몇십개의 파일이 deleted 되었다고 나온건 기억나네요
    창을 닫아서 저장을 못했어요 ㅠㅠ
  • profile profile
    다시 해보시면 됩니다. 어차피 지금 업뎃이 안 되어서 다시 해야 하는 상황이니까요.
  • profile profile
    git stash (no local changes to save)

    [admin@uws7-175 ~]$ git pull
    remote: Enumerating objects: 6, done.
    remote: Counting objects: 100% (6/6), done.
    remote: Total 8 (delta 6), reused 6 (delta 6), pack-reused 2
    Unpacking objects: 100% (8/8), done.
    From git://github.com/rhymix/rhymix
    * [new branch] revert-1512-db-search-operator -> origin/revert-1512-db-search-operator
    Already up-to-date.

    지금은 다시 하니 이렇게 나옵니다. 기진곰님
  • profile profile
    git status 치심요?
  • profile profile
    [admin@uws7-175 ~]$ git status
    # On branch master
    # Untracked files:
    # (use "git add <file>..." to include in what will be committed)
    #
    # .bash_history
    # .bash_profile
    # .ftpaccess
    # .ftpaccess2
    # .gitconfig
    # .lastlogin
    # .logincount
    # www/
    nothing added to commit but untracked files present (use "git add" to track)
    [admin@uws7-175 ~]$


    git status 정보입니다^^

    도와주셔서 감사합니다.
  • profile profile
    ???www엔 무슨파일이 있나요
  • profile profile
    [admin@uws7-175 www]$ ls
    CONTRIBUTING.md admindb composer.lock layouts robots.txt widgetstyles
    COPYRIGHT classes config m.layouts tests
    LICENSE codeception.dist.yml files modules tools
    README.md common hosting_index.html navere50d5e1fadd8fc1a6698579bbabf01b9.html vendor
    addons composer.json index.php rhymix widgets


    위와 같은 파일이 있습니다^^